Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

apt upgrade vs full-upgrade

What is the difference between the command “apt upgrade” and “apt full-upgrade“?
apt upgrade is the command used to download and apply
any available updates to your packages in a safe manner by 
not removing packages that are previously installed in a given Linux system, 

while “apt full-upgrade” command is used to do the same thing 
except if needed previously installed packages are removed to make the upgrade happen.
 
PREVIOUS NEXT
Tagged: #apt #upgrade
ADD COMMENT
Topic
Name
4+1 =