0

I changed my server from fastest available to main server, while trying to fix the issue with software manager (untrusted sources failing to install FYI) and I got an error.

Here's an error I get:

W:GPG error: https://download.01.org trusty InRelease: 
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A902DDA375E52366 
, W:Failed to fetch http://ppa.launchpad.net/baszczewski/qtiko/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/baszczewski/qtiko/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/hakermania/format-junkie/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/hakermania/format-junkie/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/kroq-gar78/ppa/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/kroq-gar78/ppa/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/megous/ppa/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/megous/ppa/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/moka/faba-icon-theme/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/moka/faba-icon-theme/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/moka/moka-gtk-theme/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/moka/moka-gtk-theme/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/moka/moka-icon-theme/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/moka/moka-icon-theme/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/snwh/moka-gtk-theme-daily/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/snwh/moka-gtk-theme-daily/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/snwh/moka-icon-theme-daily/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
, W:Failed to fetch http://ppa.launchpad.net/snwh/moka-icon-theme-daily/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
, E:Some index files failed to download. They have been ignored, or old ones used instead.

I tried the steps in How can I fix a 404 Error when using a PPA or updating my package lists?, and I still get an untrusted sources error in software updaters.

1 Answers1

0
  • first install Y-PPA manager: for this you have to download deb package, you cant install through PPA, since you cant update software list.
    click on this link to download deb

  • then open it and click on Advanced Option.


Advanced Option in Y-PPA manager


  • then click on the second option( try to import all missing GPG keys) shown in image below:


gpgkeys-import in Y-PPA manager

  • wait for some time. Then click on third option (try to fix all GPG BADSIG errors)
    You need to wait for some time untill its shows you notification that its done !
  • in case you have upgraded your Ubuntu recently, you have to click on "Re-enable working PPAs after Ubuntu upgrade"

  • then run sudo apt-get update After this you can go back to thing you were trying to do.

Alex Jones
  • 8,192