10 lines
289 B
Plaintext
Raw Normal View History

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"