Linux Mint:apt-getの更新は不可能です

Linux Mint:apt-getの更新は不可能です

エージェント内部ではLinux Mintを使用しています。プロキシ設定を構成しました。/etc/environmentシステム全体のプロキシ設定を構成しました。https://askubuntu.com/questions/257290/configure-proxy-for-apt) 適切なエージェントを設定します。

ただし、に電話しようとすると、 sudo apt-get update次の結果が表示されます。

Ign:1 http://archive.canonical.com/ubuntu bionic InRelease                     
Err:2 http://archive.canonical.com/ubuntu bionic Release            
  Redirection loop encountered
Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease   
Ign:4 http://packages.linuxmint.com tessa InRelease                      
Err:5 http://packages.linuxmint.com tessa Release
  Redirection loop encountered
Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease       
Hit:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease      
Reading package lists... Done
E: The repository 'http://archive.canonical.com/ubuntu bionic Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://packages.linuxmint.com tessa Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

インターネットでいくつかの検索をしましたが、この問題に対する解決策が見つかりませんでした。また、そのコマンドを使用するときにcurlプロキシを設定し、Cookieを有効にする必要があることも覚えています。それ以外の場合、これらの「リダイレクトループ」が発生します。

どうぞ、この問題を解決するにはどうすればよいですか?

ありがとうございます。

ベストアンサー1

努力する:

インポート::http::プロキシ"https://プロキシアドレス:プロキシポート";

変える

インポート::http::プロキシ"http://プロキシアドレス:プロキシポート";

おすすめ記事