Is there a program that can list the installed softwares, packages and configurations files of the installed software on an Ubuntu system. On Windows there is a program called Belarc Advisor that makes a complete list of installed software together with their corresponding license keys and updates. Considering a fresh reinstall I need such functionality.
Thanks
sudo dpkg --get-selections
? – jobin May 06 '14 at 13:27