This is an automated email from the git hooks/post-receive script.
immanetize pushed a commit to branch f24 in repository release-notes.
commit 4ca83f91d514597f2871996334a8403a71564c51 Author: Pete Travis immanetize@fedoraproject.org Date: Wed Jun 8 00:48:41 2016 -0500
use dnf now. --- en-US/Hardware_Overview.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/en-US/Hardware_Overview.xml b/en-US/Hardware_Overview.xml index 6eb7fc7..e85d309 100644 --- a/en-US/Hardware_Overview.xml +++ b/en-US/Hardware_Overview.xml @@ -73,12 +73,12 @@ Fedora &PRODVER;'s default desktop environment, <productname>GNOME3</productname>, functions best with hardware acceleration. Alternative desktops are recommended for users with older graphics hardware or those seeing insufficient performance with <productname>LLVMpipe</productname>. </para> <para> - Desktop environments can be added to an existing installation and selected at login. To list the available desktops, use the <command>yum grouplist</command> command: - <screen># <command>yum grouplist -v hidden | grep desktop</command></screen> + Desktop environments can be added to an existing installation and selected at login. To list the available desktops, use the <command>dnf grouplist</command> command: + <screen># <command>dnf grouplist -v hidden | grep desktop</command></screen> Install the desired group: - <screen># <command>yum groupinstall "KDE Plasma Workspaces"</command></screen> + <screen># <command>dnf groupinstall "KDE Plasma Workspaces"</command></screen> Or, use the short group name to install: - <screen># <command>yum install @mate-desktop-environment</command></screen> + <screen># <command>dnf install @mate-desktop-environment</command></screen> </para> </section>
docs-commits@lists.fedoraproject.org