1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 13:33:45 -05:00

yum install: error: unrecognized arguments: -allowerasing

Samir Teymurov
2023-03-25 00:04:33 +03:00
parent ac2dcfdaeb
commit 3fd2e42249

@@ -42,13 +42,13 @@ Below are some alternative packages that are not in the recommended set and shou
* If you need OpenSSL 1.0: * If you need OpenSSL 1.0:
```sh ```sh
sudo yum install compat-openssl10-devel -allowerasing sudo yum install compat-openssl10-devel --allowerasing
``` ```
* If you need OpenSSL 1.1: * If you need OpenSSL 1.1:
```sh ```sh
sudo yum install openssl11-devel -allowerasing sudo yum install openssl11-devel --allowerasing
``` ```