I can't update or install app from repository because of apt-get
error. For example, when I try to run sudo apt-get update
, the process stuck at 0% [Connecting to az.archive.ubuntu.com (94.20.20.125)]
and couldn't continue after this line. Then it returns an error with the explanation:
Could not connect to az.archive.ubuntu.com:80 (94.20.20.125), connection timed out.
The same thing happens, when I run sudo apt-get install sqlitebrowser. Please, help. Thanks in advance!
test -f /proc/net/if_inet6 && echo "Running kernel is IPv6 ready
? – L. D. James Sep 11 '16 at 22:30cat /proc/sys/net/ipv6/conf/all/disable_ipv6
– L. D. James Sep 11 '16 at 22:471
. I'm sure if you usedless
rather thancat
to check the content, it would be 1. But anyway, that's a verification that it's something else. IPv6 is indeed disabled. – L. D. James Sep 11 '16 at 22:59