GNU/Linux - How to Upgrade to Debian 9 'Stretch'.

preview_player
Показать описание
This video shows you how upgrade Debian 8 "Jessie" to Debian 9 "Stretch".

cat /etc/debian_version
cat /etc/os-release
apt-forktracer | sort
aptitude "g" "g"
dpkg --audit
aptitude search "~ahold"
dpkg --get-selections | grep 'hold$'
apt-get update
apt-get -o APT::Get::Trivial-Only=true dist-upgrade
apt-get upgrade
uname -r
apt-get install linux-image-amd64
init 6
dmesg | grep -i err
uname -r
df -h
apt-get dist-upgrade
apt-get autoremove
apt-get -y purge $(dpkg -l | awk '/^rc/ { print $2 }')
Рекомендации по теме
Комментарии
Автор

Great instruction video. Thank you for taking the time to demonstrate how easy this process can be when done properly.

eznix
Автор

Excellent approach and walk through. Many thanks for sharing this, sir.

TwoJube