1 2 3 4 5
# create list of all installed packages dpkg -l|grep ii|awk '{print $2}' > ~/Documents/packages # take 'packages' to new installation and type: cat packages|xargs sudo apt-get install