apt-get 업데이트 오류: Ubuntu 16.04

apt-get 업데이트 오류: Ubuntu 16.04

나는 apt-get update를 실행할 때 무슨 일이 일어나고 있는지 알아내려고 노력해 왔습니다. 소스 파일을 살펴보고 Ubuntu Tweak을 사용하여 소스 목록을 정리하려고 시도했지만 아무것도 작동하지 않습니다.

apt-get update를 실행하면 다음과 같은 결과가 나타납니다.

Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://packages.microsoft.com/repos/vscode stable InRelease' doesn't support architecture 'i386'
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04  Release: The following signatures were invalid: KEYEXPIRED 1496576244
W: The repository 'http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: Failed to fetch http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/Release.gpg  The following signatures were invalid: KEYEXPIRED 1496576244
E: Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
W: Some index files failed to download. They have been ignored, or old ones used instead.
W: Duplicate sources.list entry http://packages.microsoft.com/repos/vscode stable Release

답변1

이 페이지에 설명된 Ubuntu TweakPPA 호출에서 호출된 패키지를 설치(또는 업데이트)하려고 합니다 .tualatrix/ppahttps://launchpad.net/~tualatrix/+archive/ubuntu/ppa. 그러나 이 PPA에는 Ubuntu 릴리스( xenial) 이후 지원이 중단되었으므로 Ubuntu 릴리스( )와 호환되는 패키지가 포함되어 있지 않습니다 trusty.

deb해당 파일을 다운로드하여 설치할 수 있지만 trusty종속성을 충족할 수 없을 가능성이 있습니다.

이 기사무슨 일이 일어났는지 자세히 설명하고 Unity tweak대신 설치하라고 조언합니다.

이를 정리하려면 파일 tualatrix에서 포함된 줄을 삭제 sources.list하거나 파일 tualatrix에서 포함된 모든 파일을 삭제하세요 sources.list.d. 또는 설치 ppa-purge하고 sudo ppa-purge tualatrix/ppa.

마지막으로 sudo apt update && sudo apt upgrade다시 실행하세요.

관련 정보