Skip to content

Instantly share code, notes, and snippets.

@eentzel
Created December 11, 2012 22:28
Show Gist options
  • Save eentzel/4262923 to your computer and use it in GitHub Desktop.
Save eentzel/4262923 to your computer and use it in GitHub Desktop.
RPM cheatsheet
# what package provides this file?
rpm -qf `which gem`
# rubygems-1.3.7-1.el6.noarch
# what packages depend on this package?
rpm -q --whatrequires rubygems
# rubygem-bundler-1.0.21-0.noarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment