当我使用“sudo apt update”时,我得到了

当我使用“sudo apt update”时,我得到了
sudo apt-get update
Err:1 http://your.repo.domain/repository bionic InRelease
  Could not resolve 'your.repo.domain'
Hit:2 http://packages.microsoft.com/repos/vscode stable InRelease                                                                                                                              
Hit:3 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04 ./ InRelease                                                                                                      



Hit:15 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease           
Err:16 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release
  404  Not Found [IP: 2001:67c:1560:8008::15 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/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

我不确定您是否删除了实际的存储库并将其替换为自定义存储库,但第一个存储库(假设这是您所设置的)不是真正的存储库。

您可以通过以下方式之一删除存储库:

  • 软件源
  • 删除存储库的行/etc/apt/sources.list
  • 如果它不在上述文件中,请在/etc/apt/sources.list.d目录中查找 ppa 并删除相应的文件(您可以使用命令rm删除特定文件,但请小心不要删除您不想删除的内容...如果您是新手,请创建一个测试目录并尝试使用该rm命令从中删除文件以验证您没有删除错误的内容,在练习该命令时也避免使用sudo以避免删除重要文件)

至于安全相关的问题,我需要知道你使用的是哪个版本的 ubuntu(我会相应地编辑答案)

相关内容