0% [Connecting to in.archive.ubuntu.com (2001:67c:1560:8001::14)] [Connecting to security.ubuntu.com (2001:67c:1360:8001::17)]
Asked
Active
Viewed 1,589 times
0
-
You may try disabling ipv6. – bistoco Jun 01 '18 at 13:07
-
Do you use any VPN. if so, disable VPN and try again, if still not working try disable ipv6. – Cornea Valentin Jun 01 '18 at 13:09
1 Answers
1
You receive this error because APT is trying to use IPv6. Quick fix it's to set APT only for IPv4, run the following command to create a configuration file for APT.
sudo nano /etc/apt/apt.conf.d/99force-ipv4
Copy and paste the following line into the file.
Acquire::ForceIPv4 "true";
Save and close the file. From now on, APT will use IPv4 only.

Cornea Valentin
- 709
-
-
-
also if not working my answer take a look here: https://askubuntu.com/questions/574569/apt-get-stuck-at-0-connecting-to-us-archive-ubuntu-com?noredirect=1&lq=1 – Cornea Valentin Jun 02 '18 at 06:28