mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
Merge pull request #211 from Aayush-Kasurde/master
Added yum list command cheat
This commit is contained in:
commit
4cf03c5363
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user