기본 OS Hera 5.1(터미널 또는 AppCenter를 통해)에서 애플리케이션을 업데이트할 수 없습니다.
AppCenter로 이동하여 앱/시스템을 업데이트하려고 하면 다음 오류가 표시됩니다.
E: The repository 'http://ppa.launchpad.net/mpstark/elementary-tweaks-daily/ubuntu bionic Release' does not have a Release file.
W: Updating from such a repository can't be done securely, and is therefore disabled by default.
W: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: https://download.01.org/gfx/ubuntu/14.04/main saucy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FFACA3F86663559C
E: The repository 'https://download.01.org/gfx/ubuntu/14.04/main saucy InRelease' is not signed.
W: Updating from such a repository can't be done securely, and is therefore disabled by default.
W: See apt-secure(8) manpage for repository creation and user configuration details.
E: https://download.01.org/gfx/ubuntu/14.04/main saucy InRelease is not (yet) available (The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FFACA3F86663559C)
E: The repository 'http://ppa.launchpad.net/pinta-maintainers/pinta-stable/ubuntu bionic Release' does not have a Release file.
W: Updating from such a repository can't be done securely, and is therefore disabled by default.
W: See apt-secure(8) manpage for repository creation and user configuration details
sudo apt-get upgrade
이전에 일반적으로 사용했던 앱을 업데이트할 수 있었지만 지금은 업데이트하면 이 오류가 발생하고 실제로 업데이트되는 것은 없습니다.
W: GPG error: https://download.01.org/gfx/ubuntu/14.04/main saucy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FFACA3F86663559C
E: The repository 'https://download.01.org/gfx/ubuntu/14.04/main saucy InRelease' is not signed.
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://ppa.launchpad.net/mpstark/elementary-tweaks-daily/ubuntu bionic Release' does not have 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://ppa.launchpad.net/pinta-maintainers/pinta-stable/ubuntu bionic Release' does not have 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.
이 오류를 어떻게 해결할 수 있나요?
답변1
Elementary OS Hera 5.1은 Ubuntu 18.04 Bionic을 기반으로 하며, 오류가 발생한 저장소에는 Bionic용 배포 파일이 없습니다.
ppa.launchpad.net/mpstark/elementary-tweaks-daily/ubuntuUbuntu Trusty(14.04) 및 Ubuntu Utopic 14.10용 배포 파일만 있습니다.여기
download.01.org/gfx/ubuntu/14.04/main/dists/Ubuntu Trusty(14.04)의 저장소입니다.
ppa.launchpad.net/pinta-maintainers/pinta-stable/ubuntu다양한 이전 Ubuntu 버전에 대한 배포 파일이 있지만 Bionic에는 없습니다.여기
소스에서 이러한 저장소를 제거하는 것이 안전해야 합니다. 그런 다음 실행한 후 다시 업데이트해 보십시오 sudo apt-get update
.
답변2
첫째, 특정 공개 키가 누락되었음을 의미합니다. 잃어버린 열쇠를 되찾으세요. 다음과 같은 방법으로 이 작업을 수행할 수 있습니다.
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv FFACA3F86663559C
그 다음에 -
gpg --export --armor FFACA3F86663559C | sudo apt-key add -
문제가 해결되는지 확인하세요. 그렇지 않은 경우 새로운 경고 및 오류로 질문을 편집하십시오.
이제 일부 오래된 소스도 삭제해야 합니다. 파일을 열고 /etc/apt/sources.list
해당 줄 앞에 를 추가하여 해당 줄을 주석 처리합니다 #
.