Common yum commands
By Joao
List available repositores
yum repolist
Search by package name (case insensitive)
yum list "*package*"
List files inside a repository package (regardless if that package has been installed)
repoquery --list <PACKAGE_NAME>
Related posts:
- Common RPM commands This is my commonly used rpm command reference Install/Upgrade a...
Related posts brought to you by Yet Another Related Posts Plugin.
linux , yum 


October 13th, 2009