Skip to content

Instantly share code, notes, and snippets.

@4383
Created March 12, 2020 14:18
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 4383/e55f24be1f2fea11898ff20de6df7bf7 to your computer and use it in GitHub Desktop.
Save 4383/e55f24be1f2fea11898ff20de6df7bf7 to your computer and use it in GitHub Desktop.
RPM and package info
# From an uninstalled package
yum deplist python3-oslo-messaging
# From an installed package
rpm -qR python3-oslo-messaging
# From a rpm file
rpm -qpR python3-oslo-messaging.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment