Is there a command I could use to generate an installed SW list in a text file?
Searched the database but couldn't find anything on the topic.
Searched the database but couldn't find anything on the topic.
dpkg --get-selections
dpkg --set-selections < selections_file dselect
aptitude search '~i' > installed.txt
Comment