How to Add CouchDB Repository for Debian-Based Systems

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

GNU/Linux Debian Adding CouchDB Repo Guide

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

And CouchDB for Debian 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 Debian-based Platforms like:

Furterhmore, this Guide is valid for all the Debian Linux Based Distros like:

  • Kali
  • MX Linux
  • Deepin
  • Parrot
  • antiX
  • SparkyLinux
  • Q4OS
  • Vanilla OS
  • Netrunner
  • Voyager Debian
  • MakuluLinux
  • Elive
  • LMDE
  • Parsix
  • (You may just need to Discover what’s the Parent Release)

How to Install Avidemux on Debian Bookworm – Step-by-step
  1. 1. Terminal Getting-Started Guide

    How to QuickStart with Command Line on Debian GNU/Linux

    Console Debian Linux 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 Debian Sources

    Next to Refresh Debian Apt Repo Sources
    Play:

    sudo apt update
  5. 5. Installing CouchDB on Debian

    Finally, to Install CouchDB for Debian

    CouchDB Debian Installation Guide

QuickChic Theme • Powered by WordPress