apt

Installing apt keys

Taken from the dpkg bot on #debian:

gpg --keyserver subkeys.pgp.net --recv-keys <key> ; gpg --export <key> | sudo apt-key add -;

where key is the key ID reported missing from aptitude

Technorati Tags:

Migrating package list

On machine 1

dpkg --get-selections "*" > file.txt

Note - the "*" is important - otherwise you don't get the required purge lines

On machine 2

dpkg --set-selections < file.txt
apt-get dselect-upgrade

Technorati Tags:
Syndicate content