Ubuntu: Transfer

Sometimes when installing a new Ubuntu system it is nice to know, which packages you actively installed on an old Ubuntu system. The following command gives you a list:
[code]aptitude search ‘~i!~E’ | grep -v “i A” | cut -d ” ” -f 4[/code]
Next, use aptitude install to install this on another system.

Comments are closed.