How can I avoid getting the error:
Could not resolve 'us.archive.ubuntu.com'
when executing the command:
sudo apt-get install [package name]
How can I avoid getting the error:
Could not resolve 'us.archive.ubuntu.com'
when executing the command:
sudo apt-get install [package name]
sudo apt-get -o Acquire::ForceIPv4=true update
– nobody Sep 13 '19 at 10:40host us.archive.ubuntu.com 1.1.1.1
. – Pablo Bianchi Sep 14 '19 at 19:18