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

How To Add Apt Repository In Ubuntu and Debian?

How To Add Apt Repository In Ubuntu and Debian?

Ubuntu and Debian use the apt repositories in order to download and install packages. Apt repositories provide the *.deb packages with their metadata information. Ubuntu and Debian provide official Apt repositories with a lot of packages. But in some cases 3rd party apt repositories can be used to install different software packages. The add-apt-repository command … Read more