1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2025-01-22 03:40:10 +02:00

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/
This commit is contained in:
Jesse Sightler 2015-06-16 12:03:57 -04:00
parent ad0c149319
commit 1492768919

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