How to Add CouchDB Repository for Ubuntu-Based Systems

May 5, 2019 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu Adding CouchDB Repo Guide

Hi! The Tutorial shows you Step-by-Step How to Add CouchDB Repository in Ubuntu-Based GNU/Linux OSes.

And CouchDB for Ubuntu make use of the Couch Replication Protocol implemented in a variety of Projects and Products that span every Imaginable Computing Environment from globally distributed Server-Clusters, over Mobile Phones to Web Browsers.

So this Repo Setup is Valid for All the Ubuntu-based Distros like:

  • Linux Mint
  • Lubuntu
  • Kubuntu
  • Xubuntu
  • Zorin OS
  • Elementary OS
  • Linux Lite
  • Bodhi Linux
  • Kde Neon
  • Pop!_OS
  • Voyager
  • Trisquel
  • LXLE
  • feren OS
  • Peppermint
  • Q4OS
  • Linux Ultimate Edition
How to Install Syncthing on Ubuntu GNU/Linux Distro
  1. 1. Terminal Getting-Started Guide

    How to QuickStart with Command Line on Ubuntu GNU/Linux:

    Console Ubuntu QuickStart Guide
  2. 2. Adding CouchDB Repo

    Then to Add CouchDB Repository for Ubuntu
    First, Install the required Software with:

    sudo apt update && sudo apt install -y curl apt-transport-https gnupg

    And then to Setup it run:

    echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" \
        | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null
  3. 3. Adding CouchDB GPG Key

    Again to Add CouchDB GPG Signature Key
    Do:

    curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | sudo tee /usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null 2>&1
    source /etc/os-release
  4. 4. Refreshing Ubuntu Repo Sources

    Next to Refresh Ubuntu Apt Repository Sources
    Play:

    sudo apt update
  5. 5. Installing CouchDB on Ubuntu

    Finally, to Install CouchDB for Ubuntu

    CouchDB Ubuntu Installation Guide

QuickChic Theme • Powered by WordPress