從這樣的儲存庫安裝無法安全地完成

從這樣的儲存庫安裝無法安全地完成

我剛從 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

並註解掉(將 # 放在前面)出現錯誤的儲存庫,您應該消除該錯誤

相關內容