1Sep/110
Copy existing packages to fresh ubuntu installation
Old machine:
> sudo dpkg --get-selections > installed-software
New Machine:
> sudo dpkg --set-selections < installed-software
> sudo dselect
If dselect is not installed you may install it first with:
> sudo apt-get install dselect
when the menu appears select no. 3 [I]nstall or update packages and say Y and thats it!
put the installed-software file in your dropbox folder and it will be available on your fresh install. Requires that you install Dropbox first offcourse.