summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandra McCann <scmccann2000@gmail.com>2015-04-08 09:06:30 -0400
committerSandra McCann <scmccann2000@gmail.com>2015-04-08 09:06:30 -0400
commitf1c54898d7f205c496fac62e27440a084fcc42b2 (patch)
tree3d161d737f9eae345a940cc4e6138d2ca2c68515
parentceaff8273fcd445485176b9253841a3c545551d7 (diff)
downloadvirtualization-getting-started-guide-f1c54898d7f205c496fac62e27440a084fcc42b2.tar.gz
virtualization-getting-started-guide-f1c54898d7f205c496fac62e27440a084fcc42b2.tar.xz
virtualization-getting-started-guide-f1c54898d7f205c496fac62e27440a084fcc42b2.zip
changed yum commands to dnf
-rw-r--r--en-US/Guest_Installation_Virt_Manager.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/en-US/Guest_Installation_Virt_Manager.xml b/en-US/Guest_Installation_Virt_Manager.xml
index 9ab08f8..1159ee3 100644
--- a/en-US/Guest_Installation_Virt_Manager.xml
+++ b/en-US/Guest_Installation_Virt_Manager.xml
@@ -39,7 +39,7 @@
<title>Installing Virtualization package groups</title>
<para>You can install virtualization packages from package groups with the following command:</para>
<para>
- <screen># yum groupinstall Virtualization </screen>
+ <screen># dnf group install Virtualization </screen>
</para>
<para>You can optionally install other virtualization group packages, based on your needs. The following table describes the virtualization package groups and what they provide.
</para><!--edit for BZ#831483- qemu-img is part of Virtualization package)-->
@@ -87,7 +87,7 @@
</tgroup>
</table>
- <para>To install a package group, run the <command>yum groupinstall &lt;groupname&gt;</command> command. For instance, to install the <emphasis role="bold">Virtualization Tools</emphasis> package group, run the <command>yum groupinstall "Virtualization Tools"</command> command.</para>
+ <para>To install a package group, run the <command>dnf group install &lt;groupname&gt;</command> command. For instance, to install the <emphasis role="bold">Virtualization Tools</emphasis> package group, run the <command>dnf group install "Virtualization Tools"</command> command.</para>
<para>
To use virtualization on Fedora you require at least the <filename>qemu-kvm</filename> and <filename>qemu-img</filename> packages. These packages provide the user-level KVM emulator and disk image manager on the host Fedora system.
</para>