What sudo apt install do?
What does sudo apt-get update command do?
- The sudo apt-get update command is used to download package information from all configured sources.
- The sources often defined in /etc/apt/sources. …
- So when you run update command, it downloads the package information from the Internet.
Jun 3, 2021