0
votes
0answers
12 views

Repository for main PKGS appears to be missing in Raring 13.04 [duplicate]

It Appears since installing Raring that whenever I try to install any pkgs I always recieve a pkg not found error. I have checked that all the PPA Repository's are ticked but I am still unable to ...
7
votes
1answer
548 views

What are the GPG signatures

Looking at questions like THIS, THIS and THIS I ask for public knowledge the following questions: What are the GPG Signatures for? What additional level of security do the Signatures add or provide ...
0
votes
1answer
182 views

Ubuntu doesn't want to use signed deb repository

Let's go. I have a local deb repository. It works fine. But every time when I update my software there is a warning "You are about to install software that can't be authenticated". I decided to sign ...
0
votes
0answers
1k views

Can't update ubuntu 12.04: Could not initialize the package information [duplicate]

Possible Duplicate: “Problem with MergeList” error when trying to do an update I'm running ubuntu 12.04. When I open the update-manager I get the following error: When I run ...
10
votes
8answers
29k views

How to fix missing GPG keys?

I have just installed Ubuntu 12.04 and I added some repo and when apt-get update i got missing gpg key. Following command seems to doesn't work for me: apt-get update 2> /tmp/keymissing; for key ...
0
votes
4answers
7k views

Update Manager Not working Fail to Download Repository Information

When I try to update, I get this error: Failed to Download your repository information Check your internet connection W:GPG error: http ://ppa.launchpad.net oneiric Release: The following ...
1
vote
0answers
161 views

Secure APT GPG problem with Release files

I'm experiencing a problem with apt. We're using our own repository and the users apt is configured to check the peer and host of the repository. Furthermore the Release file is verified (with the ...
6
votes
1answer
3k views

How can I remove gpg key that I added using apt-key add -?

I don't need the key in my server's keyring anymore. Is it possible to remove it? I added the key using this command: curl http://repo.varnish-cache.org/debian/GPG-key.txt | apt-key add - Thanks ...
1
vote
0answers
405 views

Why does BADSIG/GPG error keep appearing again and again? [duplicate]

Possible Duplicate: How to fix GPG error/BADSIG while running apt-get update? I'm most frustrated at not being able to get rid of the BADSIG/GPG errors I get while running apt-get update. ...
2
votes
1answer
760 views

Ubuntu Extras keyring error [duplicate]

Recently I got lots of GPG errors and tried the following methods at various stages: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3E5C1192 sudo apt-get install -reinstall ...
24
votes
6answers
16k views

How do I fix the GPG error “NO_PUBKEY”?

I added some extra repositories with the Software Sources program. But when I reload the package database, I get an error like the following: GPG error [...] NO_PUBKEY [...] I know I can fix ...