Skip to content

Instantly share code, notes, and snippets.

@ffabreti
Last active August 29, 2015 14:04
Show Gist options
  • Save ffabreti/97c7626e8e6eea367cc0 to your computer and use it in GitHub Desktop.
Save ffabreti/97c7626e8e6eea367cc0 to your computer and use it in GitHub Desktop.
Fedora Packages
##############################################
#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