apt-get 更新配置损坏

apt-get 更新配置损坏

我对 Linux(Ubuntu 19.10)还很陌生,而且我已经配置错误了一些东西。

当我执行' sudo apt-get update'时,我收到以下消息

Hit:1 ppa.launchpad.net/linuxuprising/java/ubuntu eoan InRelease
Hit:2 security.ubuntu.com/ubuntu eoan-security InRelease                                      
Hit:3 es.archive.ubuntu.com/ubuntu eoan InRelease                                             
Hit:4 ppa.launchpad.net/openjdk-r/ppa/ubuntu eoan InRelease                                   
Hit:5 es.archive.ubuntu.com/ubuntu eoan-updates InRelease                                     
Hit:6 es.archive.ubuntu.com/ubuntu eoan-backports InRelease                                   
Hit:7 apt.postgresql.org/pub/repos/apt eoan-pgdg InRelease                                    
Ign:8 ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu eoan InRelease                      
Err:9 http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu eoan Release   
  404  Not Found [IP: 91.189.95.83 80]  
Hit:10 download.sublimetext.com apt/stable/ InRelease
Reading package lists... Done                             
E: The repository 'ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu eoan 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.

当然,“软件和更新”应用程序会告诉我出现了错误,我应该检查互联网连接。

有人告诉我,出于支持原因和可能存在的错误,我不应该使用如此新的 Linux 版本。但直到几个小时前,它一直正常工作,我尝试修复某些问题,并使用一些我甚至不记得的命令执行了此操作。

提前致谢。

答案1

登录后输入“history|less”。

使用箭头键上下滚动。您应该能够找到导致问题的早期命令。

如果您也是 root,您可以在那里执行相同的操作。

迈克· G.

相关内容