Last active
August 29, 2015 14:04
-
-
Save ffabreti/97c7626e8e6eea367cc0 to your computer and use it in GitHub Desktop.
Fedora Packages
This file contains hidden or 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
############################################## | |
#query what packages depend upon XXX | |
repoquery --whatrequires --installed XXX | |
############################################## | |
#remove a repo named XXX | |
cd /etc/yum.repos.d/ | |
mv XXX.repo XXX.repo.not | |
ATT: However, each .repo file can and usually have more than one yum repository defined in it | |
############################################## | |
#query installed package content | |
rpm -ql XXX | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment