gpg error no public key 2EBC26B60C5A2783 for medibuntu

Asked by kc lim

1 Hardy Heron 8.04
2. synaptic 0.61 ubuntu 9
3. expect to complete download
4. fail due to gpg error ;details in attachment
5. in system->Administration->software sources->third party software ->added http://packages.medibuntu.org/gutsy free non-free

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
kc lim
Solved:
Last query:
Last reply:
Revision history for this message
kc lim (kclim) said :
#1
Revision history for this message
Arnaud Soyez (weboide) said :
#2

This is not a bug, you have to install the PGP key from medibuntu in order to make this work.

Open a terminal and copy and paste this whole line :

wget -q http://fr.packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -

hit enter and try again to update your packages list with synaptic (or apt-get).

Revision history for this message
kc lim (kclim) said :
#3

great.

Revision history for this message
juancari83 (juancari83) said :
#4

Just do this
sudo apt-get install medibuntu-keyring && sudo apt-get update
bye

Revision history for this message
Not Important (alimort) said :
#5

Worked for LUCID too. Thanks