From f802c0366e473a9a374791a79fecf25b45e42e1d Mon Sep 17 00:00:00 2001 From: Zrubi Date: Fri, 22 Jan 2016 10:51:17 +0100 Subject: [PATCH] Update fedora-minimal.md s/yum/dnf --- managing-os/templates/fedora-minimal.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/managing-os/templates/fedora-minimal.md b/managing-os/templates/fedora-minimal.md index 99b58f9f..9ef1de42 100644 --- a/managing-os/templates/fedora-minimal.md +++ b/managing-os/templates/fedora-minimal.md @@ -39,7 +39,7 @@ The sudo package is not installed by default, so let's install it: ~~~ [user@F23-Minimal ~]$ su - -[user@F23-Minimal ~]$ yum install sudo +[user@F23-Minimal ~]$ dnf install sudo ~~~ The rsyslog logging service is not installed by default. All logging is now being handled by the systemd journal. Users requiring the rsyslog service should install it manually. @@ -51,13 +51,13 @@ To access the journald log, use the `journalctl` command. If you want to use this template to for standard NetVMs you should install some more packeges: ~~~ -[user@F21-Minimal ~]$ sudo yum install NetworkManager NetworkManager-wifi network-manager-applet wireless-tools dbus-x11 dejavu-sans-fonts tinyproxy +[user@F21-Minimal ~]$ sudo dnf install NetworkManager NetworkManager-wifi network-manager-applet wireless-tools dbus-x11 dejavu-sans-fonts tinyproxy ~~~ And maybe some more optional but useful packages as well: ~~~ -[user@F21-Minimal ~]$ sudo yum install pciutils vim-minimal less tcpdump telnet psmisc nmap nmap-ncat gnome-keyring +[user@F21-Minimal ~]$ sudo dnf install pciutils vim-minimal less tcpdump telnet psmisc nmap nmap-ncat gnome-keyring ~~~ If your network device needs some firmware then you should also install the corresponding packages as well. The `lspci` and `yum search firmware` command will help to choose the right one :)