commit e9434d87ec573f4176e01e28631e7136a4b76fa4
Author: Stephen Wadeley <swadeley(a)redhat.com>
Date: Sat Sep 26 11:18:08 2015 +0200
yum >> dnf in ABRT chap.
en-US/Automatic_Bug_Reporting_Tool_ABRT.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/en-US/Automatic_Bug_Reporting_Tool_ABRT.xml b/en-US/Automatic_Bug_Reporting_Tool_ABRT.xml
index 4d580a5..a3bf5c4 100644
--- a/en-US/Automatic_Bug_Reporting_Tool_ABRT.xml
+++ b/en-US/Automatic_Bug_Reporting_Tool_ABRT.xml
@@ -75,11 +75,11 @@
<para>
As the first step in order to use <application>ABRT</application>, you should ensure that the <package>abrt-desktop</package> package is installed on your system by running the following command as the root user:
</para>
- <screen>~]# <command>yum install abrt-desktop</command></screen>
+ <screen>~]# <command>dnf install abrt-desktop</command></screen>
<para>
With <package>abrt-desktop</package> installed, you will be able to use <application>ABRT</application> only in its graphical interface. If you intend to use <application>ABRT</application> on the command line, install the <package>abrt-cli</package> package:
</para>
- <screen>~]# <command>yum install abrt-cli</command></screen>
+ <screen>~]# <command>dnf install abrt-cli</command></screen>
<para>
For more information on how to install packages with the <application>Yum</application> package manager, refer to <xref
linkend="sec-Installing"/>
@@ -1437,7 +1437,7 @@ rm '/var/spool/abrt/ccpp-2011-09-12-18:37:24-4413'</screen>
id="sect-abrt-centralized_crash_collection">
<title>Configuring Centralized Crash Collection</title>
<para>
- You can set up <application>ABRT</application> so that crash reports are collected from multiple systems and sent to a dedicated system for further processing. This is useful when an administrator does not want to log into hundreds of systems and manually check for crashes found by <application>ABRT</application>. In order to use this method, you need to install the <application>libreport-plugin-reportuploader</application> plug-in (<command>yum install libreport-plugin-reportuploader</command>). See the following sections on how to configure systems to use ABRT's centralized crash collection.
+ You can set up <application>ABRT</application> so that crash reports are collected from multiple systems and sent to a dedicated system for further processing. This is useful when an administrator does not want to log into hundreds of systems and manually check for crashes found by <application>ABRT</application>. In order to use this method, you need to install the <application>libreport-plugin-reportuploader</application> plug-in (<command>dnf install libreport-plugin-reportuploader</command>). See the following sections on how to configure systems to use ABRT's centralized crash collection.
</para>
<section
id="sect-abrt-centralized_crash_collection-server">