mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 13:33:45 -05:00
alternative for --allowerasing as per #2210
@@ -52,6 +52,12 @@ Below are some alternative packages that are not in the recommended set and shou
|
|||||||
sudo yum install openssl11-devel --allowerasing
|
sudo yum install openssl11-devel --allowerasing
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If your `yum` doesn't support the `--allowerasing` flag, use `yum swap` instead, e.g.:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo yum swap openssl-devel openssl11-devel
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
* Arch and derivatives
|
* Arch and derivatives
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user