parent
362b061f5c
commit
0011d34f71
2 changed files with 1 additions and 19 deletions
@ -1,3 +0,0 @@ |
|||||||
This is a plugin based on yum plugin, but using dnf as main frontend |
|
||||||
(from Fedora 22 onwards, yum is deprecated in favor of dnf). |
|
||||||
|
|
||||||
@ -1,16 +0,0 @@ |
|||||||
## Aliases |
|
||||||
|
|
||||||
alias dnfs="dnf search" # search package |
|
||||||
alias dnfp="dnf info" # show package info |
|
||||||
alias dnfl="dnf list" # list packages |
|
||||||
alias dnfgl="dnf grouplist" # list package groups |
|
||||||
alias dnfli="dnf list installed" # print all installed packages |
|
||||||
alias dnfmc="dnf makecache" # rebuilds the dnf package list |
|
||||||
|
|
||||||
alias dnfu="sudo dnf upgrade" # upgrade packages |
|
||||||
alias dnfi="sudo dnf install" # install package |
|
||||||
alias dnfgi="sudo dnf groupinstall" # install package group |
|
||||||
alias dnfr="sudo dnf remove" # remove package |
|
||||||
alias dnfgr="sudo dnf groupremove" # remove pagage group |
|
||||||
alias dnfrl="sudo dnf remove --remove-leaves" # remove package and leaves |
|
||||||
alias dnfc="sudo dnf clean all" # clean cache |
|
||||||
@ -0,0 +1 @@ |
|||||||
|
../dnf/dnf.plugin.zsh |
||||||
Loading…
Reference in new issue