Skip to content

Instantly share code, notes, and snippets.

@bendangelo
Created July 1, 2012 22:59
Show Gist options
  • Select an option

  • Save bendangelo/3029953 to your computer and use it in GitHub Desktop.

Select an option

Save bendangelo/3029953 to your computer and use it in GitHub Desktop.
Copy Ubuntu Packages
sudo dpkg --get-selections | grep '[[:space:]]install$='| awk '{print $1}' > installedpackages
sudo aptitude update
cat installedpackages | xargs sudo aptitude install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment