Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Is the Update Manager (or Software Updater) the frontend of apt-get dist-upgrade?

share|improve this question

3 Answers

up vote 2 down vote accepted

Strictly, Update Manager, Software Centre and the apt suite (apt-get and apt-cache) are all front-ends to dpkg so anything that can be done with one can done with the others, but it is usually much easier to use the GUI tools which will also handle editing the config files automaically.

Note that the only dpkg command that most people use directly is dpkg --configure -a to fix things up when an install fails.

share|improve this answer

In a way yes.However Update Manager combines a lot of "apt-get" commands that may depend on your update settings.
Update Settings
You can have a better understanding of apt-get options if you read AptGet/Howto.Then you can figure out which GUI option correspond to which "apt-get" command.

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.