In preparation for 11.1, I would like to make a listing of all the apps installed on my present system and keep the list in /home . This way I can clean install 11.1 and refer to the list for getting the new system updated.
What is an easy command line way to do this ?
This may help
rpm -qa > somefile.txt
After that, you will have the list on somefile.txt