7782ae69d2
Former-commit-id: 399d3c5825764f1f4b4f867907e6d641e20375ec
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
searchCommand = "yum search"
|
|
syncCommand = "yum check-update"
|
|
installCommand = "yum install"
|
|
reinstallCommand = "yum reinstall"
|
|
removeCommand = "yum remove"
|
|
purgeCommand = "yum remove"
|
|
upgradeCommand = "yum update"
|
|
cleanCommand="yum autoremove"
|
|
supCommand="yum check-update && yum update"
|