Once you get used to using Puppy regularly and begin to add new applications it is useful to have a list to refer to, just in case you encounter issues and have to re-install.
I take no credit for this tip, I found it on the forum and have lost who to thank for it. So "THANK YOU" if it was you
In terminal enter
Code: Select all
cut -f 1,5,10 -d \| /var/packages/user-installed-packages > /root/my-installed-packages.csv
This will create a file which will open up in Gnumeric and list all the applications that you have installed. It will save it in your Home directory.