From 064d49a717725d330974d4e13c2cc9aa944b9d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=A3=BF=20Arana=20Jhonny?= Date: Mon, 17 Aug 2015 22:15:57 -0700 Subject: [PATCH] Change YUM package manager for DNF DNF is now the default package manager in Fedora --- docs/build-instructions/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 13b03a9bf..fd53b9612 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -24,7 +24,7 @@ Ubuntu LTS 12.04 64-bit is the recommended platform. ### Fedora / CentOS / RHEL -* `sudo yum --assumeyes install make gcc gcc-c++ glibc-devel git-core libgnome-keyring-devel rpmdevtools` +* `sudo dnf --assumeyes install make gcc gcc-c++ glibc-devel git-core libgnome-keyring-devel rpmdevtools` * Instructions for [Node.js](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#fedora). ### Arch