10 lines
294 B
Plaintext
Raw Normal View History

searchCommand = "dnf search"
syncCommand = "dnf --refresh check-update"
installCommand = "dnf install"
reinstallCommand = "dnf reinstall"
removeCommand = "dnf remove"
purgeCommand = "dnf autoremove"
upgradeCommand = "dnf upgrade"
cleanCommand="dnf clean all"
supCommand="dnf --refresh upgrade"