From 14927689191026f124623ee36ba05bc8fa413d8f Mon Sep 17 00:00:00 2001 From: Jesse Sightler Date: Tue, 16 Jun 2015 12:03:57 -0400 Subject: [PATCH] Yum is being deprecated in favor of DNF, add a mention of dnf Fedora 22 directs users to use DNF by default now. http://dnf.baseurl.org/2015/05/11/yum-is-dead-long-live-dnf/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e118df2..1f92784 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Scope: - Know regular expressions well, and the various flags to `grep`/`egrep`. The `-i`, `-o`, `-A`, and `-B` options are worth knowing. -- Learn to use `apt-get` or `yum` (depending on distro) to find and install packages. And make sure you have `pip` to install Python-based command-line tools (a few below are easiest to install via `pip`). +- Learn to use `apt-get`, `yum`, or `dnf` (depending on distro) to find and install packages. And make sure you have `pip` to install Python-based command-line tools (a few below are easiest to install via `pip`). ## Everyday use