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