Skip to content

Instantly share code, notes, and snippets.

@deryni
Created September 6, 2017 15:59
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 deryni/26bbafe7d6baee14af8e4a453cd3d3d6 to your computer and use it in GitHub Desktop.
Save deryni/26bbafe7d6baee14af8e4a453cd3d3d6 to your computer and use it in GitHub Desktop.
reqlist() {
{
echo "$1"
rpm -q -l --provides "$1"
} | xargs rpm -q --whatrequires | grep -v '^no package requires'
}
reqlist "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment