Differences between revisions 28 and 29
Revision 28 as of 2019-03-11 16:07:21
Size: 1825
Comment:
Revision 29 as of 2019-03-28 07:19:01
Size: 1856
Comment: minor formatting and grammar fixes
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
This page gives the directions on how to upgrade your Debian distribution This page gives directions on how to upgrade your Debian distribution.
Line 13: Line 13:
Upgrades are done with the package management tool apt-get or apt, generally involves the following steps. Upgrades are done with the package management tool apt-get or apt, and generally involve the following steps.
Line 15: Line 15:
 * Switch to tty via Ctrl+Alt+F3. Otherwise, your DE can freeze up during post-install and service restart period, leaving the system in a broken state.  * Switch to tty via Ctrl+Alt+F3. Otherwise, your desktop environment can freeze up during post-install and service restart period, leaving the system in a broken state.
Line 27: Line 27:
Now check {{{ uname -a }}} and you should see info about the upgraded system. Now check the output of {{{ uname -a }}} and you should see info about the upgraded system.

Translation(s): Brasileiro - English - Español - Français - Italiano- Русский - Svenska

(!) ?Discussion


This page gives directions on how to upgrade your Debian distribution.

How to release upgrade your distribution

Upgrading from one stable release to the next (e.g. bullseye to bookworm) is done by following the release notes for your architecture. For most people with 32 bit systems that means the Release Notes for Intel x86. For most with 64 bit systems that means the Release Notes for AMD64.

Upgrades are done with the package management tool apt-get or apt, and generally involve the following steps.

  • Switch to tty via Ctrl+Alt+F3. Otherwise, your desktop environment can freeze up during post-install and service restart period, leaving the system in a broken state.
  • Execute the following

$ sudo apt clean
$ sudo apt update
$ sudo apt upgrade       # For regular/minor upgrades
$ sudo apt dist-upgrade  # For major release upgrades only
$ sudo apt autoremove
$ /sbin/shutdown -r now  # Reboot to make changes effective (optional)

Now check the output of  uname -a  and you should see info about the upgraded system.