List Installed Packages w/ Ubuntu
Jul 14
Linux debian, dpkg, packages, ubuntu No Comments
This trick comes in real handy if you need to reinstall your Ubuntu/Debian system, or install your preferred software automatically with a fresh install.
From the system with your desired software:
dpkg --get-selections > mysoftwarelist.txt
To the reinstalled or fresh system:
dpkg --set-selections mysoftwarelist.txtsudo dselect

