私はpythonを入手し、今後のプロジェクトで動作する環境をセットアップしようとしていました。
Windows 10 Ubuntu bashでは、次のコマンドを正常に実行します。
sudo wget https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz
次に、解凍して、他のコマンドもいくつか入力します。特定のステップでgccが必要であることがわかりました。だから私は次のコマンドを試します:
sudo apt install gcc
しかし、次のエラーメッセージで失敗しました。
Err:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.4
Could not connect to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (111: Connection refused) [IP: 2001:67c:1560:8001::14 80]
Err:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libc-dev-bin amd64 2.23-0ubuntu9
Unable to connect to archive.ubuntu.com:http: [IP: 2001:67c:1560:8001::14 80]
Ign:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 linux-libc-dev amd64 4.4.0-96.119
Ign:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libc6-dev amd64 2.23-0ubuntu9
81% [Connecting to security.ubuntu.com (91.189.88.161)]
Err:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libc-dev-bin amd64 2.23-0ubuntu9
Unable to connect to archive.ubuntu.com:http: [IP: 2001:67c:1560:8001::14 80]
Err:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 linux-libc-dev amd64 4.4.0-96.119
Unable to connect to archive.ubuntu.com:http: [IP: 2001:67c:1560:8001::14 80]
Err:4 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libc6-dev amd64 2.23-0ubuntu9
Unable to connect to archive.ubuntu.com:http: [IP: 2001:67c:1560:8001::14 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/binutils/binutils_2.26.1-1ubuntu1~16.04.4_amd64.deb Could not connect to archive.ubuntu.com:80 (2001:67c:1560:8001::14). - connect (111: Connection refused) [IP: 2001:67c:1560:8001::14 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/glibc/libc-dev-bin_2.23-0ubuntu9_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 2001:67c:1560:8001::14 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_4.4.0-96.119_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 2001:67c:1560:8001::14 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dev_2.23-0ubuntu9_amd64.deb Unable to connect to archive.ubuntu.com:http: [IP: 2001:67c:1560:8001::14 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
私はそれについて詳しくないので、何らかの接続の問題であるように思われます。なぜこの失敗に遭遇し、どのように解決できますか?どんな提案も大歓迎です!
ファイアウォールを確認してください。
—
Eng.Fouad
提案された「おそらくapt-get updateを実行します」を実行しましたか?
—
セニョールCMasMas