Added yum list command cheat

This commit is contained in:
Aayush Kasurde 2015-03-10 08:04:47 +05:30
parent 250a265b25
commit e27ce3f1f9
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ yum info <package name>
# List currently enabled repositories:
yum repolist
# List packages containing a certain keyword:
yum list <package_name_or_word_to_search>
# To download the source RPM for a package:
yumdownloader --source <package name>