This is an automated email from the ASF dual-hosted git repository. janl pushed a commit to branch doc/rhel-10 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 7d4cfdb54f6481ea347db24c4a8784fe1580c707 Author: Jan Lehnardt <[email protected]> AuthorDate: Sun Jun 21 13:18:28 2026 +0200 doc: update RHEL10 instructions --- src/docs/src/install/unix.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/docs/src/install/unix.rst b/src/docs/src/install/unix.rst index 616ef46e6..b9cd8f76b 100644 --- a/src/docs/src/install/unix.rst +++ b/src/docs/src/install/unix.rst @@ -69,7 +69,7 @@ Enabling the Apache CouchDB package repository sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo -**RedHat(>=9)**: Run the following commands:: +**RedHat(9)**: Run the following commands:: sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo @@ -77,6 +77,14 @@ Enabling the Apache CouchDB package repository sudo dnf config-manager --set-enabled crb sudo dnf install epel-release epel-next-release +**RedHat(10)**: Run the following commands:: + + sudo yum install -y yum-utils + sudo yum-config-manager --add-repo https://couchdb.apache.org/repo/couchdb.repo + # Enable EPEL for the SpiderMonkey dependency + sudo dnf config-manager --set-enabled crb + sudo dnf install epel-release + Installing the Apache CouchDB packages --------------------------------------
