When I am doing sudo apt-get update I got stuck at this : [duplicate]
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
This question already has an answer here:
apt-get stuck at 0 [Connecting to us.archive.ubuntu.com]
4 answers
0% [Connecting to in.archive.ubuntu.com (2001:67c:1560:8001::14)] [Connecting to security.ubuntu.com (2001:67c:1360:8001::17)]
16.04 updates
marked as duplicate by David Foerster, Kevin Bowen, karel, Fabby, Eric Carvalho Jun 2 at 12:59
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
This question already has an answer here:
apt-get stuck at 0 [Connecting to us.archive.ubuntu.com]
4 answers
0% [Connecting to in.archive.ubuntu.com (2001:67c:1560:8001::14)] [Connecting to security.ubuntu.com (2001:67c:1360:8001::17)]
16.04 updates
marked as duplicate by David Foerster, Kevin Bowen, karel, Fabby, Eric Carvalho Jun 2 at 12:59
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
You may try disabling ipv6.
â bistoco
Jun 1 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 1 at 13:09
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
apt-get stuck at 0 [Connecting to us.archive.ubuntu.com]
4 answers
0% [Connecting to in.archive.ubuntu.com (2001:67c:1560:8001::14)] [Connecting to security.ubuntu.com (2001:67c:1360:8001::17)]
16.04 updates
This question already has an answer here:
apt-get stuck at 0 [Connecting to us.archive.ubuntu.com]
4 answers
0% [Connecting to in.archive.ubuntu.com (2001:67c:1560:8001::14)] [Connecting to security.ubuntu.com (2001:67c:1360:8001::17)]
This question already has an answer here:
apt-get stuck at 0 [Connecting to us.archive.ubuntu.com]
4 answers
16.04 updates
asked Jun 1 at 13:05
![](https://lh6.googleusercontent.com/-ZlGVbccd9iA/AAAAAAAAAAI/AAAAAAAALqw/b1dRPILrRh8/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-ZlGVbccd9iA/AAAAAAAAAAI/AAAAAAAALqw/b1dRPILrRh8/photo.jpg?sz=32)
Anshul Goyal
1
1
marked as duplicate by David Foerster, Kevin Bowen, karel, Fabby, Eric Carvalho Jun 2 at 12:59
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by David Foerster, Kevin Bowen, karel, Fabby, Eric Carvalho Jun 2 at 12:59
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
You may try disabling ipv6.
â bistoco
Jun 1 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 1 at 13:09
add a comment |Â
You may try disabling ipv6.
â bistoco
Jun 1 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 1 at 13:09
You may try disabling ipv6.
â bistoco
Jun 1 at 13:07
You may try disabling ipv6.
â bistoco
Jun 1 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 1 at 13:09
Do you use any VPN. if so, disable VPN and try again, if still not working try disable ipv6.
â Cornea Valentin
Jun 1 at 13:09
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
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.
In which extension do i have to save this file?
â Anshul Goyal
Jun 2 at 2:04
just copy paste /etc/apt/apt.conf.d/99force-ipv4
â Cornea Valentin
Jun 2 at 6:11
also if not working my answer take a look here: askubuntu.com/questions/574569/â¦
â Cornea Valentin
Jun 2 at 6:28
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
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.
In which extension do i have to save this file?
â Anshul Goyal
Jun 2 at 2:04
just copy paste /etc/apt/apt.conf.d/99force-ipv4
â Cornea Valentin
Jun 2 at 6:11
also if not working my answer take a look here: askubuntu.com/questions/574569/â¦
â Cornea Valentin
Jun 2 at 6:28
add a comment |Â
up vote
1
down vote
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.
In which extension do i have to save this file?
â Anshul Goyal
Jun 2 at 2:04
just copy paste /etc/apt/apt.conf.d/99force-ipv4
â Cornea Valentin
Jun 2 at 6:11
also if not working my answer take a look here: askubuntu.com/questions/574569/â¦
â Cornea Valentin
Jun 2 at 6:28
add a comment |Â
up vote
1
down vote
up vote
1
down vote
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.
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.
edited Jun 1 at 13:28
answered Jun 1 at 13:21
![](https://lh3.googleusercontent.com/-YyR0wNnIHCY/AAAAAAAAAAI/AAAAAAAALRA/5IzD2UxVAg4/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-YyR0wNnIHCY/AAAAAAAAAAI/AAAAAAAALRA/5IzD2UxVAg4/photo.jpg?sz=32)
Cornea Valentin
857
857
In which extension do i have to save this file?
â Anshul Goyal
Jun 2 at 2:04
just copy paste /etc/apt/apt.conf.d/99force-ipv4
â Cornea Valentin
Jun 2 at 6:11
also if not working my answer take a look here: askubuntu.com/questions/574569/â¦
â Cornea Valentin
Jun 2 at 6:28
add a comment |Â
In which extension do i have to save this file?
â Anshul Goyal
Jun 2 at 2:04
just copy paste /etc/apt/apt.conf.d/99force-ipv4
â Cornea Valentin
Jun 2 at 6:11
also if not working my answer take a look here: askubuntu.com/questions/574569/â¦
â Cornea Valentin
Jun 2 at 6:28
In which extension do i have to save this file?
â Anshul Goyal
Jun 2 at 2:04
In which extension do i have to save this file?
â Anshul Goyal
Jun 2 at 2:04
just copy paste /etc/apt/apt.conf.d/99force-ipv4
â Cornea Valentin
Jun 2 at 6:11
just copy paste /etc/apt/apt.conf.d/99force-ipv4
â Cornea Valentin
Jun 2 at 6:11
also if not working my answer take a look here: askubuntu.com/questions/574569/â¦
â Cornea Valentin
Jun 2 at 6:28
also if not working my answer take a look here: askubuntu.com/questions/574569/â¦
â Cornea Valentin
Jun 2 at 6:28
add a comment |Â
You may try disabling ipv6.
â bistoco
Jun 1 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 1 at 13:09