krakadoros
New Member
What is the difference between Update and Upgrade ? Should i do both ?
Last edited:
apt update
updates package cache (gets info on what is to be upgraded but does not upgrade anything yet)apt upgrade
does the actual upgrade based on updated package cache from previous step.