(Apols for html - to prevent code wrapping). When I install stuff via apt-get/aptitude, I get this the warning:
> WARNING: untrusted versions of the following packages will be > installed! > .. > Do you want to ignore this warning and proceed anyway? > To continue, enter "Yes"; to abort, enter "No": Yes Is there a way to get rid of this? I've followed the instructions on [1] for adding the ssh key; I've also googled and looked on Ubuntu Help. # gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY # gpg --export --armor KEY | sudo apt-key add - Where the key I'm using (Ubuntu 7.10) is 437D05B5. My /etc/apt.sources.list has sources for Gutsy main, restricted, universe and multiverse, but no other weird stuff like Marillat (see below). [1] http://www.ubuntu-nl.org/source-o-matic/ My /etc/apt/sources.list (mx because I'm in Central America ATM): # Ubuntu supported packages # GPG key: 437D05B5 deb http://mx.archive.ubuntu.com/ubuntu gutsy main restricted deb http://mx.archive.ubuntu.com/ubuntu gutsy-updates main restricted deb http://security.ubuntu.com/ubuntu gutsy-security main restricted # Ubuntu community supported packages # GPG key: 437D05B5 deb http://mx.archive.ubuntu.com/ubuntu gutsy universe multiverse deb http://mx.archive.ubuntu.com/ubuntu gutsy-updates universe multiverse deb http://security.ubuntu.com/ubuntu gutsy-security universe multiverse -- Sonia Hamilton blog: http://SoniaHamilton.wordpress.com -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
