Debian 8 (Jessie) is still in development, therefore it is not yet available in the AKLWEB Host control panel.
AKLWEB HOST allows any operating system to be installed from an ISO install image, so we could take the small netinst image for Jessie and perform the installation manually. However, installing Debian 7 and upgrading to Debian 8 immediately afterwards is a lot faster.
The procedure is as simple as this:
/etc/apt/sources.list
and change wheezy
to jessie
everywhere. You don’t even need to use the nano
editor, the following command does it:sed -i 's/wheezy/jessie/' /etc/apt/sources.list
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get clean
init 6
uname -a
… you will see output similar to this:
Linux mymachine 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt4-3 (2015-02-03) x86_64 GNU/Linux
dpkg --purge linux-image-3.2.0-4-amd64
deborphan
tool will help:apt-get install deborphan
dpkg --purge `deborphan`
Enjoy your new Debian 8 system! Don’t forget to upgrade it from time-to-time for security updates.