From Fedora Project Wiki

No edit summary
No edit summary
Line 1: Line 1:
{{autolang|base=yes}}
{{autolang|base=yes}}
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]].
{{admon/tip | Note on 'service' and 'chkconfig' commands | The 'service' and 'chkconfig' commands will mostly continue to work as expected in the systemd world, this guide is how to use the native
systemctl replacements. }}


== Commands ==
== 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'


{|border="1" cellspacing="0"  
{|border="1" cellspacing="0"  
Line 18: Line 11:


== Additional Tools ==
== Additional Tools ==
All tools in DNF added by plugins ([http://rpm-software-management.github.io/dnf-plugins-core/index.html core], [http://rpm-software-management.github.io/dnf-plugins-extras/index.html extras])


{|border="1" cellspacing="0"  
{|border="1" cellspacing="0"  

Revision as of 21:18, 26 January 2015

Commands

Yum Command DNF Command Notes
yum install dnf install Install packages

Additional Tools

All tools in DNF added by plugins (core, extras)

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