Quote:
Originally Posted by cccc
hi
What is the best aptitude command to upgrade Debian Distribution?
There are many upgrade commands and this is a bit confusing:
Code:
# aptitude upgrade
# aptitude safe-upgrade
# aptitude dist-upgrade
# aptitude full-upgrade
|
For a normal update use:
Code:
aptitude update
aptitude safe-upgrade
Or to upgrade from one release to another you can use:
Code:
aptitude update
aptitude full-upgrade
If you are intending to go from one release to another it's worth reading the release notes or documentation.Sometimes it's advised to upgrade apt,aptitude and dpkg
before running the
aptitude full-upgrade command.
The commands
aptitude upgrade and
aptitude dist-upgrade were deprecacated for the ones used above.