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 ...