Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ion-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
ion-plugins
Commits
65b4d09a
Commit
65b4d09a
authored
Jul 23, 2019
by
AdminXVII
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dnf
parent
296186a9
Pipeline
#5440
passed with stages
in 1 minute and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
+22
-3
os-distro/redhat.ion
os-distro/redhat.ion
+21
-2
plugins.md
plugins.md
+1
-1
No files found.
os-distro/
yum
.ion
→
os-distro/
redhat
.ion
View file @
65b4d09a
# This plugin adds useful aliases for common [Yum](http://yum.baseurl.org/) commands.
# This plugin adds useful aliases for common [Yum](http://yum.baseurl.org/) and `dnf` commands.
#
# `dnf` is the new package manager for RPM-based distributions, which
# replaces `yum`.
##
Aliases
##
Yum
alias ys = 'yum search' # search package
alias yp = 'yum info' # show package info
...
...
@@ -16,3 +19,19 @@ alias yr = 'sudo yum remove' # remove package
alias ygr = 'sudo yum groupremove' # remove pagage group
alias yrl = 'sudo yum remove --remove-leaves' # remove package and leaves
alias yc = 'sudo yum clean all' # clean cache
## DNF
alias dnfl="dnf list" # List packages
alias dnfli="dnf list installed" # List installed packages
alias dnfgl="dnf grouplist" # List package groups
alias dnfmc="dnf makecache" # Generate metadata cache
alias dnfp="dnf info" # Show package information
alias dnfs="dnf search" # Search package
alias dnfu="sudo dnf upgrade" # Upgrade package
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 package group
alias dnfc="sudo dnf clean all" # Clean cache
plugins.md
View file @
65b4d09a
...
...
@@ -117,7 +117,7 @@ Since Ion does not support autocompletion via plugins, a lot of oh-my-zsh plugin
|--------------------------+--------------------------------|
| django | Not happening |
|--------------------------+--------------------------------|
| dnf |
Planned
|
| dnf |
Done
|
|--------------------------+--------------------------------|
| dnote | Not happening |
|--------------------------+--------------------------------|
...
...
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