PDA

View Full Version : [ubuntu] Upgrading versions - remembering software



TheSiberian
October 20th, 2010, 08:50 AM
Normally when I move from one Linux version to another, I prefer to do a fresh installation. This is from experience of minor incompatibilities between software & Linux versions when upgrading.

Is there a way to list any non-standard software that I have installed on the previous version? It would be good to include anything I have installed directly from websites.

cariboo
October 21st, 2010, 06:43 PM
It would help if you told us what distribution you were using, as the method to list installed packages varies between an rpm based distro, and one based on debs

Toz
October 21st, 2010, 07:28 PM
dpkg --get-selections
will list all installed debian DEBs.

As for the other software, it depends on how you are installing them. Personally, I keep a running log in a file of all non-standard installations/configurations that I do in case I need to redo them.