How to Install and Uninstall couchdb-common Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "couchdb-common" package

This is a short guide on how to install couchdb-common on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install couchdb-common

2. Uninstall "couchdb-common" package

This guide covers the steps necessary to uninstall couchdb-common on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove couchdb-common $ sudo apt autoclean && sudo apt autoremove

3. Information about the couchdb-common package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: couchdb-common
Priority: optional
Section: universe/misc
Installed-Size: 10734
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: couchdb
Version: 1.6.0-0ubuntu7
Replaces: couchdb-bin (<= 1.2.0-5ubuntu1)
Conflicts: couchdb-bin (<= 1.2.0-5ubuntu1)
Filename: pool/universe/c/couchdb/couchdb-common_1.6.0-0ubuntu7_all.deb
Size: 3021420
MD5sum: 42a86be575ac88075a17f435aa42fd83
SHA1: d9c16e0bbbab583f264eec89ee6391131e83963c
SHA256: f4e811c7d604e532b87b06ade411e18f2fb8100b4cc79e53128d6069ac784e80
Description-en: RESTful document oriented database - common data
Apache CouchDB is a distributed, fault-tolerant and schema-free
document-oriented database accessible via a RESTful HTTP/JSON API. Among other
features, it provides robust, incremental replication with bi-directional
conflict detection and resolution, and is queryable and indexable using a
table-oriented view engine with JavaScript acting as the default view
definition language.
.
CouchDB is written in Erlang, but can be easily accessed from any environment
that provides means to make HTTP requests. There are a multitude of third-party
client libraries that make this even easier for a variety of programming
languages and environments.
Description-md5: fe2ea505141673dd11abf0101eb7dfa0
Homepage: http://couchdb.apache.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu