在Ubuntu 16.04上进行commad sudo apt-get更新后出现以下错误

时间:2016-12-20 14:13:27

标签: linux sudo ubuntu-16.04

我对Linux命令一无所知,但我无法抗拒询问为什么在命令sudo apt-get update之后出现此类错误:

  

W:存储库“http://ppa.launchpad.net/bumblebee/stable/ubuntu xenial Release”没有发布文件。

     

N:来自此类存储库的数据无法进行身份验证,因此使用起来可能很危险。

     

N:有关存储库创建和用户配置详细信息,请参阅apt-secure(8)联机帮助页。

     

W:存储库“http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu xenial Release”没有发布文件。

     

N:来自此类存储库的数据无法进行身份验证,因此使用起来可能很危险。

     

N:有关存储库创建和用户配置详细信息,请参阅apt-secure(8)联机帮助页。

     

W:GPG错误:http://ppa.launchpad.net/umang/indicator-stickynotes/ubuntu xenial InRelease:无法验证以下签名,因为公钥不可用:NO_PUBKEY 799A5FD5D1C5997F

     

W:存储库“http://ppa.launchpad.net/umang/indicator-stickynotes/ubuntu xenial InRelease”未签名。

     

N:来自此类存储库的数据无法进行身份验证,因此使用起来可能很危险。

     

N:有关存储库创建和用户配置详细信息,请参阅apt-secure(8)联机帮助页。

     

E:无法获取http://ppa.launchpad.net/bumblebee/stable/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found

     

E:无法获取http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found

     

E:某些索引文件无法下载。它们被忽略了,或者使用了旧的。

我想知道以下错误究竟发生了什么。解释对我来说非常有帮助。

5 个答案:

答案 0 :(得分:6)

我按照以下步骤解决了这个错误:

打开“软件更新”应用程序;   - 在“其他软件”选项卡中取消标记所有选项;   - 在Ubuntu软件选项卡中,“从下载:”选择“主服务器”选项。

点击“关闭”按钮,等待一分钟,直到ubuntu重新加载apt-get。

完成。

答案 1 :(得分:2)

我按照以下步骤解决了该错误:

1. Open the Software Updates application;
2. In "Other Software" tab unmark all options; 
3. In Ubuntu Software tab, "Download from:" choose "Main server" option.
4. Click in "Close" button and wait a minute until ubuntu reload apt-get.

完成。

答案 2 :(得分:1)

以下命令将解决此问题,

wget -q "http://deb.playonlinux.com/public.gpg" -O - | sudo apt-key add -

sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/lutris.list"

wget -nv https://download.opensuse.org/repositories/home:strycore/xUbuntu_16.04/Release.key -O Release.key

sudo apt-key add - < Release.key

sudo apt-get update 

答案 3 :(得分:1)

如果您使用Ubuntu 20.04。请尝试以下。

wget -q "http://deb.playonlinux.com/public.gpg" -O - | sudo apt-key add -

sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_20.04/ /' > /etc/apt/sources.list.d/lutris.list"

wget -nv https://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_20.04/Release.key -O Release.key

sudo apt-key add - < Release.key

sudo apt-get update

答案 4 :(得分:0)

如果有人收到这样的错误,这意味着某些 apt 存储库未处于活动状态。所以只需禁用它。

首先,转到您的 Discover 或软件更新应用程序,然后选择设置。然后禁用您收到该错误的选项。等一下。大功告成!