Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Last active October 7, 2015 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziadoz/3123940 to your computer and use it in GitHub Desktop.
Save ziadoz/3123940 to your computer and use it in GitHub Desktop.
Create List of Installed Packages (Ubuntu/Debian)
# See: http://ubuntuforums.org/showthread.php?t=261366
# Make list of installed software.
dpkg --get-selections > installed-software
# Install software on another machine.
dpkg --set-selections < installed-software
sudo apt-get install dselect
dselect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment