-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt-get install not working #2486
Comments
Seems to be identical to #1720. Do you have a third party firewall? What happens if you disable it? |
I have Kaseya Antivirus and I've disabled both it and Windows Firewall, and the problem still persists. |
@KiChjang - If it's possible for you, can you try uninstalling the Antivirus s/w and see if it resolves the issue? |
@KiChjang Is this issue for IPv6? Disable IPv6 and use IPv4. Try to traceroute and nslookup |
No, I have tried to explicitly use IPv4 on apt-get, wget and curl, yet the problem still exists |
Are you behind a corporate firewall or other network-based firewall device or firewalled router that could be blocking this traffic? And did you reboot after disabling your firewalls? |
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.15063]
I am unable to install any packages using
sudo apt-get install
or perform any updates usingsudo apt-get update
. I have usedping archive.ubuntu.com
and it works fine, butcurl archive.ubuntu.com
returnscurl: (7) Couldn't connect to server
andwget archive.ubuntu.com
returns the following:<cmd>
is failing, then runstrace -o strace.txt -ff <cmd>
, and post the strace.txt output here)See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: