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.