From bd2161de16157c7d7c7d231951a1b985cf48f916 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Tue, 16 Mar 2021 15:52:21 +0100 Subject: [PATCH 1/3] Update installation.rst ##### SUMMARY centos8 prefers the usage of dnf instead of yum ubuntu prefers the use of apt above apt-get for cli ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- docs/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 7b4cb4e828..886ac58b9c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -21,15 +21,15 @@ CentOS 8 .. code-block:: bash - $ sudo yum install -y gcc python3-pip python3-devel openssl-devel python3-libselinux + $ sudo dnf install -y gcc python3-pip python3-devel openssl-devel python3-libselinux Ubuntu 16.x ----------- .. code-block:: bash - $ sudo apt-get update - $ sudo apt-get install -y python3-pip libssl-dev + $ sudo apt update + $ sudo apt install -y python3-pip libssl-dev Pip === From 18a8d7f304e08bdd7450e7f48b0027c079cf762b Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Tue, 16 Mar 2021 15:55:15 +0100 Subject: [PATCH 2/3] Update installation.rst --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 886ac58b9c..2b2be8e683 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -176,14 +176,14 @@ CentOS 8 .. code-block:: bash - $ sudo yum install -y libffi-devel git + $ sudo dnf install -y libffi-devel git Ubuntu 16.x ^^^^^^^^^^^ .. code-block:: bash - $ sudo apt-get install -y libffi-dev git + $ sudo aptinstall -y libffi-dev git Install ------- From d16890c8b432a86b7f593ba5ac00a7e7a5357538 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Tue, 16 Mar 2021 15:59:55 +0100 Subject: [PATCH 3/3] Update installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 2b2be8e683..aa23d6bd76 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -183,7 +183,7 @@ Ubuntu 16.x .. code-block:: bash - $ sudo aptinstall -y libffi-dev git + $ sudo apt install -y libffi-dev git Install -------