Skip to content

Instantly share code, notes, and snippets.

@kitusmark
Created December 21, 2015 10:19
Show Gist options
  • Save kitusmark/ef129d1ab587f3b1c5a9 to your computer and use it in GitHub Desktop.
Save kitusmark/ef129d1ab587f3b1c5a9 to your computer and use it in GitHub Desktop.
Save the list of installed packages to a file
#! bin/bash
dpkg -l | awk ' {print $2} ' > ~/installedPackages.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment