Created
September 6, 2017 15:59
-
-
Save deryni/26bbafe7d6baee14af8e4a453cd3d3d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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