Your ads will be inserted here by
Easy Plugin for AdSense.
Please go to the plugin admin page to
Paste your ad code OR
Suppress this ad slot.
To save all the installed packages in a file:
aptitude –display-format ‘%p’ search ‘?installed!?automatic’ > ~/my-packages
To install them in a a new system:
sudo xargs aptitude –schedule-only install < my-packages ; sudo aptitude install