I want to save the list of packages that have installed. I figured it might be the best to list all and diff it with the default set.
Edit: Clarification: I don't want to get the list of installed packages that are installed at the moment. Rather I want to get the list of packages that I added since the default install.
Open the ISO CD image file with
file-roller
and extract the file:casper/filesystem.manifest-desktop
It contains all packages that are installed after the installation.
Just keep in mind that you can also download updates and closed source software during the installation, so you'd have the check for those packages separately.
Ubuntu 12.04
In Ubuntu 12.04 the list is no longer available in a single file. Instead, you you need to unpack two files:
and remove the packages in the latter from the former:
You can use this as basis to figure out, what has been added since the install (see this answer for details).
either
or
or
will list all the packages.
Just re-route the output to a file. The 1st two lines will list it from smallest to largest with the size in front of the package name. The 3rd is in alphabetical order.
I've extracted package marks for you from default Natty Live-CD http://dl.dropbox.com/u/1399037/default-packages
BTW, after updating from 10.04 -> 10.10 -> 11.04 I've lost ~96 default packages, and after reinstalling them, stability of my Natty system increased