Merge pull request #42 from jsight/patch-1

Yum is being deprecated in favor of DNF, add a mention of dnf
pull/48/merge
Joshua Levy 2015-06-16 15:48:10 -07:00
commit 20ed8eee90
1 changed files with 1 additions and 1 deletions

View File

@ -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