Project

General

Profile

Actions

Debian 9 to 10 » History » Revision 1

Revision 1/12 | Next »
Jamila Khan, 02/25/2020 10:10 PM


Updated about 4 years ago by Jamila Khan

Debian 9 to 10

Update sources list

vim /etc/apt/sources.list
:%s/stretch/buster/g

Upgrade the system

Check for Necessary Disk Space

apt-get -o APT::Get::Trivial-Only=true dist-upgrade

Update the sources

apt-get update

Minimal Upgrade

 apt-get upgrade

Full Upgrade

apt-get dist-upgrade

Upgrade MySQL databases (if MySQL/MariaDB installed)

mysql_upgrade

Common problems

Updated by Jamila Khan about 4 years ago · 1 revisions

Also available in: PDF HTML TXT

Go to top