From accce8656b839da05568141eb72a1e0cd50a177f Mon Sep 17 00:00:00 2001 From: Enrico Tolotto Date: Thu, 5 Nov 2020 12:45:34 +0100 Subject: [PATCH] docs: installation: fedora: add additional dependencies (#8456) Merge pull request 8456 --- docs/_docs/installation/other-linux.md | 2 +- docs/_docs/troubleshooting.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/_docs/installation/other-linux.md b/docs/_docs/installation/other-linux.md index 4bfa697f..83e85c26 100644 --- a/docs/_docs/installation/other-linux.md +++ b/docs/_docs/installation/other-linux.md @@ -10,7 +10,7 @@ Installation on other Linux distributions works similarly to installing on [Ubun ### Fedora ```sh -sudo dnf install ruby ruby-devel @development-tools +sudo dnf install ruby ruby-devel openssl-devel redhat-rpm-config @development-tools ``` ### RHEL8/CentOS8 diff --git a/docs/_docs/troubleshooting.md b/docs/_docs/troubleshooting.md index c1df7c58..e1d6fa0a 100644 --- a/docs/_docs/troubleshooting.md +++ b/docs/_docs/troubleshooting.md @@ -30,12 +30,6 @@ On Red Hat, CentOS, and Fedora systems you can do this by running: sudo yum install ruby-devel ``` -If you installed the above - specifically on Fedora 23 - but the extensions would still not compile, you are probably running a Fedora image that misses the `redhat-rpm-config` package. To solve this, run: - -```sh -sudo dnf install redhat-rpm-config -``` - On Arch Linux you need to run: ```sh