1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

yum has been replaced with dnf as of f22

https://fedoraproject.org/wiki/Changes/ReplaceYumWithDNF
This commit is contained in:
Mark McKinstry
2015-11-26 10:48:06 -05:00
parent 18b4b18b41
commit 0d177d240d

View File

@ -22,7 +22,7 @@ body:
* jq 1.5 is in the official
[Fedora](http://pkgs.fedoraproject.org/cgit/jq.git/) repository.
Install using `sudo yum install jq`.
Install using `sudo dnf install jq`.
* jq 1.4 is in the official [openSUSE](https://software.opensuse.org/package/jq)
repository. Install using `sudo zypper install jq`.