Ubuntu Forums Archive Viewer

LIve update of Automatix2

Archived thread 385693 from Tamil Team - India. Markdown source: Tamil_Team_-_India/thread_385693_LIve_update_of_Automatix2.md

Original URL About this archive
#1

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

#2

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 -