I wouldn't recommend piping any generated list into an install program or script. The following will generate a reasonable list of what the system believes to be manually installed programs.
Optionally, you can output it to a file for leisurely review.
Code: Select all
apt-mark showmanual > installed.txt
This list is a place to start. Look through the list for those actual programs that YOU really manually installed from the commandline, synaptic, or the package installer and make your own list.
Don't include libraries, other dependencies, or anything you don't recognize. What you can, reinstall them on the new system via the MX-Package-Installer. Others, your choice to use Synaptic or the commandline. Don't speed. Unless you've collected a vast library of programs (very bad practice) your actual list should be relatively small.
Edited -- Added: Search the forums, find the following thread.
viewtopic.php?p=660421#p660421