PDA

View Full Version : [ubuntu] update manger not working



BigBig5
August 17th, 2009, 09:05 PM
I get an error when I cheak for ne updates.
W: GPG error: http://packages.medibuntu.org jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783

Don't know where to get the key? Thanks for all the help!

oldos2er
August 18th, 2009, 02:04 AM
Run
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get updateand type in "yes" when prompted.

Catiline
August 18th, 2009, 07:32 AM
Run
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get updateand type in "yes" when prompted.

I am getting the same issue when I run the above in Terminal. I'm given the output:


E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

What next please?

Katalog
August 18th, 2009, 07:34 AM
Try running this command instead:


sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo apt-get -q update

Catiline
August 18th, 2009, 11:43 AM
Excellent, thank you!

That seems to have fixed it :-)