Wednesday 21 October 2009

Instaling new Ubuntu


When you install a new version of Ubuntu there is a cool way to keep track of your installed applications :)

dpkg --get-selections > apps.txt

This will list your installed applications. Then on a new and fresh instalation, do

$ dpkg --get-selections < apps.txt
$ dselect update
$ apt-get dselect-upgrade show

And there you go! :)