Answers for "Examples of add-apt-repository and updating the APT cache"

0

Examples of add-apt-repository and updating the APT cache

# Adds a repository into the file
add-apt-repository 'deb http://us.archive.ubuntu.com/ubuntu xenial main universe' 

# Removes a repository from the file
add-apt-repository -r 'deb http://us.archive.ubuntu.com/ubuntu xenial main universe'

# Updates the APT cache
apt-get update
Posted by: Guest on September-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language