Last active
August 29, 2015 13:57
-
-
Save willgarcia/aa92a460fdbd3aa05fe4 to your computer and use it in GitHub Desktop.
rpm
This file contains hidden or 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
# list files | |
$ rpm -ql packageName | |
$ rpm -qpl file.rpm | |
# list rpm dependencies (not installed) | |
$ rpm -Uvh --test <package.rpm> | |
# list rpm dependencies (installed) | |
$ rpm rpm -qR <package.rpm> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment