Created
December 11, 2012 22:28
-
-
Save eentzel/4262923 to your computer and use it in GitHub Desktop.
RPM cheatsheet
This file contains 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
# 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