From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
!Yum Plugin!!DNF Plugin!!Notes | !Yum Plugin!!DNF Plugin!!Notes | ||
|- | |- | ||
| yum copr ([yum-plugin-copr]) || [ | | yum copr ([yum-plugin-copr]) || [http://rpm-software-management.github.io/dnf-plugins-core/copr.html dnf copr] || | ||
|- | |- | ||
| yum playground ([yum-plugin-copr]) || [ | | yum playground ([yum-plugin-copr]) || [http://rpm-software-management.github.io/dnf-plugins-core/copr.html dnf playground] || | ||
|- | |- | ||
|} | |} |
Revision as of 21:05, 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 copr ([yum-plugin-copr]) | dnf copr | |
yum playground ([yum-plugin-copr]) | dnf playground |