From Fedora Project Wiki
No edit summary |
|||
Line 17: | Line 17: | ||
|} | |} | ||
== | == Additional Tools == | ||
{|border="1" cellspacing="0" | {|border="1" cellspacing="0" | ||
!Yum | !Yum Tool!!DNF Tool!!Notes | ||
|- | |- | ||
| yum-builddep || [http://rpm-software-management.github.io/dnf-plugins-core/builddep.html dnf builddep] || | | yum-builddep || [http://rpm-software-management.github.io/dnf-plugins-core/builddep.html dnf builddep] || | ||
Line 39: | Line 39: | ||
|- | |- | ||
| repomanage || [http://rpm-software-management.github.io/dnf-plugins-extras/repomanage.html dnf repomanage] || | | repomanage || [http://rpm-software-management.github.io/dnf-plugins-extras/repomanage.html dnf repomanage] || | ||
|- | |||
|} | |||
== Plugins == | |||
{|border="1" cellspacing="0" | |||
!Yum Plugin!!DNF Plugin!!Notes | |||
|- | |- | ||
| || [http://rpm-software-management.github.io/dnf-plugins-extras/rpmconf.html dnf-plugins-extras-rpmconf] || | | || [http://rpm-software-management.github.io/dnf-plugins-extras/rpmconf.html dnf-plugins-extras-rpmconf] || |
Revision as of 21:17, 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 |
Additional Tools
Yum Tool | DNF Tool | 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 |
Plugins
Yum Plugin | DNF Plugin | Notes |
---|---|---|
dnf-plugins-extras-rpmconf | ||
yum-plugin-fs-snapshot? | dnf-plugins-extras-snapper | |
dnf tracer |