About to accomplish an update for the current packages installed - since Ubuntu 18:04 to 20:04 for Desktop and Server environments - I have been always using:
sudo apt update
sudo apt upgrade
Note just in case - I never used the apt-get
command, it according with:
So far practically, I had none problem and all work as expected.
About do an upgrade, I saw practically in all the tutorials being used the same pair mentioned above, and of course it has sense, but in few places I saw the sudo apt full-upgrade
command being used.
Questions
- When use
sudo apt full-upgrade
? - When is mandatory?
dist-upgrade
is an alias forfull-upgrade
and neither of these will upgrade your version of Ubuntu. – mchid Apr 11 '22 at 15:58man apt
, so where is your resource to confirm this pls. Thank You – Manuel Jordan Jun 02 '22 at 18:24