

8·
5 days agoI simply dump the installed packages into a text file and then use that on the next install.
Pseudo terminal commands:
packagemanager list installed -nodeps >> myfacorites.txt
packagemanager install `cat myfacorites.txt`


I simply dump the installed packages into a text file and then use that on the next install.
Pseudo terminal commands:
packagemanager list installed -nodeps >> myfacorites.txt
packagemanager install `cat myfacorites.txt`
Someone else will point out the typo and ask a question about it.