이러한 저장소에서 설치하는 것은 안전하게 수행될 수 없습니다.

이러한 저장소에서 설치하는 것은 안전하게 수행될 수 없습니다.

방금 Windows에서 Ubuntu 19.04로 전환했습니다. 터미널에서 무엇이든 설치하려고 할 때마다 다음과 같은 오류가 발생합니다 installing from such repository can't be done securely hence it is disabled.

내 터미널의 스크린샷

mohit@mohit-desktop:~$ sudo apt update
[sudo] password for mohit: 
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Ign:2 http://ppa.launchpad.net/webupd8team/atom/ubuntu disco InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable Release
Err:5 http://ppa.launchpad.net/webupd8team/atom/ubuntu disco Release
  404  Not Found [IP: 64:ff9b::5bbd:5f53 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/webupd8team/atom/ubuntu disco 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.
mohit@mohit-desktop:~$ 

누군가 나에게 소프트웨어 및 업데이트에서 몇 가지 작업을 수행하라고 말하고 일부 확인란의 선택을 취소하라고 요청했는데 기억이 나지 않습니다. 누가 나에게 다시 말해 줄 수 있습니까?

답변1

추가한 PPA 저장소 중 하나에 문제가 있는 것 같습니다.

LTS 버전이 아닌 Ubuntu를 지원하지 않을 가능성이 높습니다(또는 아직 19.04를 지원하지 않음). Ubuntu 버전에 대한 저장소가 있는지 확인하거나 저장소를 다시 설정해 볼 수 있지만 다음을 수행하는 것이 좋습니다.

사용:

apt edit-sources

그리고 오류가 발생한 저장소를 주석 처리(앞에 # 입력)하면 해당 오류를 제거해야 합니다.

관련 정보