From Fedora Project Wiki
No edit summary |
|||
Line 22: | Line 22: | ||
!Yum Plugin!!DNF Plugin!!Notes | !Yum Plugin!!DNF Plugin!!Notes | ||
|- | |- | ||
| yum | | yum-builddep || [http://rpm-software-management.github.io/dnf-plugins-core/builddep.html dnf builddep] || | ||
|- | |- | ||
| yum | | yum copr || [http://rpm-software-management.github.io/dnf-plugins-core/copr.html dnf copr] || | ||
|- | |||
| yum playground || [http://rpm-software-management.github.io/dnf-plugins-core/copr.html dnf playground] || | |||
|- | |||
| debuginfo-install || [http://rpm-software-management.github.io/dnf-plugins-core/debuginfo-install.html dnf debuginfo-install] || | |||
|- | |||
| yumdownloader || [http://rpm-software-management.github.io/dnf-plugins-core/download.html dnf download] || | |||
|- | |||
| || [http://rpm-software-management.github.io/dnf-plugins-core/kickstart.html dnf kickstart] || | |||
|- | |||
| repoquery || [http://rpm-software-management.github.io/dnf-plugins-core/repoquery.html dnf repoquery] || | |||
|- | |||
| reposync || [http://rpm-software-management.github.io/dnf-plugins-core/reposync.html dnf reposync] || | |||
|- | |||
| repomanage || [http://rpm-software-management.github.io/dnf-plugins-extras/repomanage.html dnf repomanage] || | |||
|- | |||
| || [http://rpm-software-management.github.io/dnf-plugins-extras/rpmconf.html dnf-plugins-extras-rpmconf] || | |||
|- | |||
| yum-plugin-fs-snapshot? || [http://rpm-software-management.github.io/dnf-plugins-extras/snapper.html dnf-plugins-extras-snapper] || | |||
|- | |||
| || [http://rpm-software-management.github.io/dnf-plugins-extras/tracer.html dnf tracer] || | |||
|- | |- | ||
|} | |} |
Revision as of 21:15, 26 January 2015
This is a document to help system administrators who need to understand what commands in systemd replace their old workflow in sysvinit. If you want general information on systemd, refer to systemd.
Commands
Note that all recent versions of systemctl assume the '.service' if left off. So, 'systemctl start frobozz.service' is the same as 'systemctl start frobozz'
Yum Command | DNF Command | Notes |
---|---|---|
yum install | dnf install | Install packages |
Plugins
Yum Plugin | DNF Plugin | Notes |
---|---|---|
yum-builddep | dnf builddep | |
yum copr | dnf copr | |
yum playground | dnf playground | |
debuginfo-install | dnf debuginfo-install | |
yumdownloader | dnf download | |
dnf kickstart | ||
repoquery | dnf repoquery | |
reposync | dnf reposync | |
repomanage | dnf repomanage | |
dnf-plugins-extras-rpmconf | ||
yum-plugin-fs-snapshot? | dnf-plugins-extras-snapper | |
dnf tracer |