PDA

View Full Version : LIve update of Automatix2



jagannath
March 16th, 2007, 06:15 AM
Hi Guys, Vanakkam!

This morning while running live update, I got a window with the message " Not Authenticated, Automatix 2"

Is it safe to go ahead and install the update.

Uthavi vendum!

Mikka Nanri

J

zvacet
March 16th, 2007, 07:03 AM
Go ahead and install it.You will get massage that missing public key and number with it.Open terminal and

gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
gpg --export --armor KEY | sudo apt-key add -
KEY=number after missing public key For example :missing public key123456
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 123456
gpg --export --armor 123456 | sudo apt-key add -