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프록시를 설정하고 쿠키를 활성화해야 한다는 것을 기억합니다. 그렇지 않으면 이러한 "리디렉션 루프"가 발생합니다.

제발, 이 문제를 해결하려면 어떻게 해야 합니까?

감사해요.

답변1

노력하다:

가져오기::http::프록시"https://프록시 주소:프록시 포트";

바꾸다

가져오기::http::프록시"http://프록시 주소:프록시 포트";

관련 정보