Installing
-
2. Setting Up CouchDB Repo
Enable CouchDB Repository for CentOS 8 GNU/Linux
-
3. Installing CouchDB
Now to Install CouchDB Database
Enable Power Tools with:sudo dnf config-manager --set-enabled powertools
And then simply play:
sudo dnf -y install epel-release && dnf install couchdb
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Contents