Autenticazione repository

Asked by Americo Massotti

Ciao a tutti. Per installare amule cvs, ho inserito come repository www.vollstreckernet.de/
Quando aggiorno però mi si avverte che gli aggiornamenti non possono essere autenticati.
Come posso ottenere la key affinchè anche questo repository lo sia?
Vi ringrazio.

Question information

Language:
Italian Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Cesare Tirabassi (norsetto) said :
#1

Dovrebbe essere la chiave 50D0AE60:

sudo gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 50D0AE60
sudo gpg --armor --export 50D0AE60 | apt-key add -

Uso wwwkeys.eu.pgp.net ma un altro server gpg dovrebbe comunque funzionare.

Revision history for this message
Americo Massotti (americo-massotti) said :
#2

americo@americo-desktop:~$ sudo gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 50D0AE60
Password:
gpg: richiesta della chiave 50D0AE60 dal server hkp wwwkeys.eu.pgp.net
gpg: chiave 50D0AE60: chiave pubblica «Werner Mahr (Der Vollstrecker) <email address hidden>» importata
gpg: Numero totale esaminato: 1
gpg: importate: 1
americo@americo-desktop:~$ sudo gpg --armor --export 50D0AE60 | apt-key add -
gpg: non è stato trovato un portachiavi scrivibile: eof
gpg: errore nel leggere "-": errore generale
gpg: import from `-' failed: errore generale

Mi riporta cosi

Revision history for this message
Cesare Tirabassi (norsetto) said :
#3

Prova con:

sudo gpg --armor --export 50D0AE60 | sudo apt-key add -

Can you help with this problem?

Provide an answer of your own, or ask Americo Massotti for more information if necessary.

To post a message you must log in.