Merge pull request #211 from Aayush-Kasurde/master

Added yum list command cheat
This commit is contained in:
Chris Lane 2015-04-15 16:38:52 -04:00
commit 4cf03c5363
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>