From 3fd2e42249e628608ed83271ccd1587fc9ee28f5 Mon Sep 17 00:00:00 2001 From: Samir Teymurov <56115472+teymurov27@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:04:33 +0300 Subject: [PATCH] yum install: error: unrecognized arguments: -allowerasing --- Common-build-problems.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index b473543..69777c8 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -42,13 +42,13 @@ Below are some alternative packages that are not in the recommended set and shou * If you need OpenSSL 1.0: ```sh - sudo yum install compat-openssl10-devel -allowerasing + sudo yum install compat-openssl10-devel --allowerasing ``` * If you need OpenSSL 1.1: ```sh - sudo yum install openssl11-devel -allowerasing + sudo yum install openssl11-devel --allowerasing ```