Skip to content

Instantly share code, notes, and snippets.

@uilian
Created November 22, 2023 16:27
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 uilian/702acad0e8d233e0f62f6b1055c9ce88 to your computer and use it in GitHub Desktop.
Save uilian/702acad0e8d233e0f62f6b1055c9ce88 to your computer and use it in GitHub Desktop.
RPM Utils
# list installed packages
rpm -qa
# list files installed by a package
rpm -ql [rpm file name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment