Is the Update Manager (or Software Updater) the frontend of apt-get dist-upgrade?
|
Strictly, Note that the only |
||||
|
|
|
In a way yes.However Update Manager combines a lot of "apt-get" commands that may depend on your update settings. |
|||
|
|
|
Update-manager is essentially a GUI frontend for apt, which includes apt-get update, upgrade, and dist-upgrade functionality. Using Update Manager is more convenient than using apt-get dist-upgrade, because using this command to upgrade to a new version of your distribution requires the modification of configuration files. There is less room for error using update-manager than using apt-get dist-upgrade. do-release-upgrade is a command line tool similar to update-manager, which also does not require modification of apt configuration files. |
|||
|
|

