2009
07.14

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.txt
    sudo dselect

No Comment.

Add Your Comment