Did a fresh install of Ubuntu 20.04. When I try to install any package, it gives me the below error:
"Cannot initiate the connection to archive.ubuntu.com:80"
Can someone please help to resolve the issue
Did a fresh install of Ubuntu 20.04. When I try to install any package, it gives me the below error:
"Cannot initiate the connection to archive.ubuntu.com:80"
Can someone please help to resolve the issue
While running "apt-get update"
or something just add "-o Acquire::ForceIPv4=true"
something like:
apt-get update -o Acquire::ForceIPv4=true
but to solve this problem permanently create a file with "99force-ipv4 in /etc/apt/apt.conf.d/" directory and add following stuff:
Acquire::ForceIPv4 "true";
ip addr
, and 3) The complete output ofroute
. – user535733 Dec 23 '20 at 19:52