Skip to content

Instantly share code, notes, and snippets.

@sukeharu
Last active March 6, 2016 06:30
Show Gist options
  • Save sukeharu/d6af98f5408f582e1206 to your computer and use it in GitHub Desktop.
Save sukeharu/d6af98f5408f582e1206 to your computer and use it in GitHub Desktop.
Raspberry Pi List all installed packages
# Output installed packages list in terminal(less)
$ dpkg --get-selections | less
# or if you want to output into text file, do like this.
$ dpkg --get-selections > installed.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment