Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Last active August 29, 2015 13:57
Show Gist options
  • Save willgarcia/aa92a460fdbd3aa05fe4 to your computer and use it in GitHub Desktop.
Save willgarcia/aa92a460fdbd3aa05fe4 to your computer and use it in GitHub Desktop.
rpm
# 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