What Does “sudo apt-get update” Do?

What Does "sudo apt-get update" Do?

Linux distributions like Ubuntu, Debian, Mint, Kali, etc. use the deb packages and apt-get for package management. One of the most used package management commands is “sudo apt-get update”. If you are using a newer version the “sudo apt update” command is used. But what does the “sudo apt-get update” comman do? What Does “sudo … Read more

Linux apt update and apt dist-upgrade Tutorial

Linux apt update and apt dist-upgrade Tutorial

Deb based distributions like Ubuntu, Debian, Mint, Kali uses the apt or apt-get commands for package management. Apt/apt-get commands use the official or 3rd party repositories in order to read package list, information, dependencies, update package information, download package and dependencies, etc. The apt update and apt upgrade commands mainly used to update package information … Read more