Hello,
I recently installed Ubuntu 16.04, and during an attempt to install Wine I ran into numerous problems with the apt-get command. I have deleted the /etc/apt/sources.list file, reset the sources in Software & Update Gui, and have no other sources in my gui. Currently when I run sudo apt-get I get the following
Code:
sudo apt-get update
Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) [IP: 2001:67c:1562::16 80]
Err:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) [IP: 2001:67c:1562::16 80]
Err:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) [IP: 2001:67c:1562::16 80]
Reading package lists... Done
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial/InRelease Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) [IP: 2001:67c:1562::16 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) [IP: 2001:67c:1562::16 80]
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Cannot initiate the connection to us.archive.ubuntu.com:80 (2001:67c:1562::16). - connect (101: Network is unreachable) [IP: 2001:67c:1562::16 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
I have looked around a lot for solutions. I have tried change changing the server in the Software & Update gui, and when I close the window it gives me a notification that it fails to update. when i list sources i receive this
Code:
cat /etc/apt/sources.list
deb http://us.archive.ubuntu.com/ubuntu/ xenial main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu/ xenial-security multiverse restricted universe main
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse restricted universe main
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main universe restricted multiverse #Added by software-properties
Which is notably better than the first time I opened the file and it was empty, however it still isn't working. I have checked into IPv6 settings, as I have read there has been issues with Ubuntu mirrors and IPv6, however I'm not certain the changes I made were correct or taken. I am working online via a mobile hotspot, and have tried connecting through both 2.4ghz and 5ghz settings with no avail. I'm not sure what to do about this. I am new to Ubuntu.
Thank you