03-03-2021, 09:15 AM
Just for clearance sake: apt-get or just apt if you prefer the apt, can handle such situations.
If you do just
it is only upgrading already installed packages. if some have new dependencies you can install them using
or with
. the exclamation around "sudo" means that this is only needed if you aren't root.
If you do just
Code:
[sudo] apt upgradeCode:
[sudo] apt-get upgrade --with-new-pkgsCode:
[sudo] apt-get dist-upgrade
