From 4e71921a171c55482acd37fb8a2cc3410372f74d Mon Sep 17 00:00:00 2001 From: Adrian Mastronardi Date: Mon, 23 Feb 2026 23:15:49 +0100 Subject: [PATCH] docs: remove outdated CentOS 6/7 installation instructions (#5218) --- doc/020_installation.rst | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/doc/020_installation.rst b/doc/020_installation.rst index 0b94c62ba..dd868e28c 100644 --- a/doc/020_installation.rst +++ b/doc/020_installation.rst @@ -150,8 +150,8 @@ On openSUSE (leap 15.0 and greater, and tumbleweed), you can install restic usin # zypper install restic -RHEL & CentOS -============= +RHEL & CentOS Stream +==================== For RHEL / CentOS Stream 8 & 9 restic can be installed from the EPEL repository: @@ -160,26 +160,6 @@ For RHEL / CentOS Stream 8 & 9 restic can be installed from the EPEL repository: $ dnf install epel-release $ dnf install restic -For RHEL7/CentOS there is a copr repository available, you can try the following: - -.. code-block:: console - - $ yum install yum-plugin-copr - $ yum copr enable copart/restic - $ yum install restic - -If that doesn't work, you can try adding the repository directly, for CentOS6 use: - -.. code-block:: console - - $ yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/copart/restic/repo/epel-6/copart-restic-epel-6.repo - -For CentOS7 use: - -.. code-block:: console - - $ yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/copart/restic/repo/epel-7/copart-restic-epel-7.repo - Solus =====