Debian: Installing the same packages on another machine
1) dpkg --get-selections > list.txt **do this on source system **move "list.txt" to target system** 2) dpkg --set-selections < list.txt **do this on target system 3) dselect install ...
1) dpkg --get-selections > list.txt **do this on source system **move "list.txt" to target system** 2) dpkg --set-selections < list.txt **do this on target system 3) dselect install ...
When you run apt-get in Debian Unstable, you can get a error like this: W: GPG error: ftp://ftp.se.debian.org unstable Release: The following signatures couldn't be verified because the public key…