Answers to: Ubuntu Synaptic backup list of packages that are user installedhttp://linuxexchange.org/questions/620/ubuntu-synaptic-backup-list-of-packages-that-are-user-installed<p>In synaptic, I can generate a package download script that will download all the packages to a new clean install of ubuntu.</p> <p>I was wondering if it was possible to generate the package download script with packages that were installed by the user (i.e. packages that are not included with the base ubuntu install)?</p>enMon, 17 May 2010 06:04:17 -0400Answer by mindspringhttp://linuxexchange.org/questions/620/ubuntu-synaptic-backup-list-of-packages-that-are-user-installed/626<p>hi,</p> <p>i can only think of the following:</p> <pre><code>dpkg --get-selections &gt;installed-software.txt </code></pre> <p>which stores all selected packages in installed-software.txt</p> <p>so if you have a new and clean install you could use diff to find the packages that the user installed.</p>mindspringMon, 17 May 2010 06:04:17 -0400http://linuxexchange.org/questions/620/ubuntu-synaptic-backup-list-of-packages-that-are-user-installed/626