Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

sudo apt-get update # Fetches the list of available updates

sudo apt-get upgrade # Strictly upgrades the current packages


sudo apt-get dist-upgrade # Installs updates (new ones)
sudo add-apt-repository --remove ppa:whatever/ppa # Remove a repsitory

You might also like