docs: installation: fedora: add additional dependencies (#8456)

Merge pull request 8456
This commit is contained in:
Enrico Tolotto 2020-11-05 12:45:34 +01:00 committed by GitHub
parent d3e3225fc1
commit accce8656b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

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

View File

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