Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
c0b12523
Commit
c0b12523
authored
Feb 11, 2016
by
Marc Cornellà
Browse files
Fix deprecated dnf commands
Update -> upgrade Erase -> remove
parent
ee86f1a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/dnf/dnf.plugin.zsh
View file @
c0b12523
...
...
@@ -7,9 +7,9 @@ alias dnfmc="dnf makecache" # Generate metadata cache
alias
dnfp
=
"dnf info"
# Show package information
alias
dnfs
=
"dnf search"
# Search package
alias
dnfu
=
"sudo dnf up
dat
e"
# Upgrade package
alias
dnfu
=
"sudo dnf up
grad
e"
# Upgrade package
alias
dnfi
=
"sudo dnf install"
# Install package
alias
dnfgi
=
"sudo dnf groupinstall"
# Install package group
alias
dnfr
=
"sudo dnf
eras
e"
# Remove package
alias
dnfr
=
"sudo dnf
remov
e"
# Remove package
alias
dnfgr
=
"sudo dnf groupremove"
# Remove package group
alias
dnfc
=
"sudo dnf clean all"
# Clean cache
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment