Skip to content

Instantly share code, notes, and snippets.

@mhadidg
Last active June 29, 2018 15:07
Show Gist options
  • Save mhadidg/4226e89ad7910c9c54ea61c25b89a350 to your computer and use it in GitHub Desktop.
Save mhadidg/4226e89ad7910c9c54ea61c25b89a350 to your computer and use it in GitHub Desktop.
List file(s) of installed package (dpkg)
#!/bin/bash
dpkg-query -L $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment