You are on page 1of 5

DevOpsCheetah

Ho me Linux Clo ud  Pr o g r a mming  Mo nit o r ing  CI/CD  Ca t eg o r ies 

Install Couchbase Server on Red Hat and


CentOS
 May 24, 2021  Atul Rajput  0 Comment

Basic Installation

You must be logged in as root (superuser) or use sudo to run the installation


We use cookies on our website to give you the most relevant experience by remembering your preferences
and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit
commands. Cookie Settings Accept All
"Cookie Settings" to provide a controlled consent.
Download the meta package.

curl -O https://packages.couchbase.com/releases/couchbase-
release/couchbase-release-1.0-x86_64.rpm

Install the meta package.

sudo rpm -i ./couchbase-release-1.0-x86_64.rpm

The meta package installs the necessary information for yum to be able to retrieve
all of the necessary Couchbase Server installation packages and dependencies.

Install Couchbase Server.

To install the latest release

sudo yum install couchbase-server

You’ll be prompted to start the download of Couchbase Server (plus any


dependencies), as well as import several GPG keys. For each of these prompts,
type y to accept and continue.

To install a specific release

List the available releases.

yum list –showduplicates couchbase-server


Available releases are listed with their full version-build number:

couchbase-server.x86_64   6.0.0-1693

Specify a release to install it.

sudo yum install couchbase-server-version-build

Using the example listing from the previous step, the resulting installation
command would be:

sudo yum install couchbase-server-6.0.0-1693

You’ll be prompted to start the download of Couchbase Server (plus any


dependencies), as well as import several GPG keys. For each of these prompts,
type y to accept and continue.

T ags: Couchbase Server , How to Install Couchbase Server ,

Install Couchbase Server on Red Hat and CentOS

Leave a Reply
Your email address will not be published. Required fields are marked *

Comment
Name *

Email *

Websit e

Save my name, email, and websit e in t his browser for t he next t ime I comment .

POST COMMENT

 Previous Post Next Post 

Related Posts
Blogs About Us Contact Us Privacy Policy    
© 2021. DevOpsCheetah.com

PDFmyURL.com - convert URLs, web pages or even full websites to PDF online. Easy API for developers!

You might also like