docs: installation: fedora: add additional dependencies (#8456)
Merge pull request 8456
This commit is contained in:
parent
d3e3225fc1
commit
accce8656b
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue