Install packages like smuxi on debian without backports-keyring
January 14th, 2010
1 comment
Today I was a little bit tired as I came home but I just wanted to install the new Smuxi 0.7 release on my Debian/Lenny Desktop PC. Now I will write just a small tutorial.
First, get the public key of Mirco Bauer (Key-ID: EEF946C8):
apt-key adv –keyserver pgp.surfnet.nl –recv-keys <keyid>
After that, add the key to apt:
apt-key export <keyid> | apt-key add -
Then you have to edit /etc/apt/sources.list:
deb http://debian.meebey.net/lenny-backports/smuxi /
At least you just have to install smuxi with apt-get install -t / “package”
I don’t have any idea why the packages cannot be authenticated. I just wanted to tell you how to import and add a gpg key, actually.
Cheers,
ikkerus
