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

Last updated: October 06,2024

1. Install "couchdb-bin" package

Here is a brief guide to show you how to install couchdb-bin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install couchdb-bin

2. Uninstall "couchdb-bin" package

Please follow the guidelines below to uninstall couchdb-bin on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: couchdb-bin
Priority: optional
Section: universe/misc
Installed-Size: 1302
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: couchdb
Version: 1.6.0-0ubuntu7
Depends: couchdb-common (= 1.6.0-0ubuntu7), erlang-abi-17.0, erlang-base (>= 1:18.0-dfsg) | erlang-base-hipe (>= 1:18.0-dfsg), erlang-crypto (>= 1:18.0-dfsg), erlang-eunit (>= 1:18.0-dfsg), erlang-inets (>= 1:18.0-dfsg), erlang-os-mon (>= 1:18.0-dfsg), erlang-public-key (>= 1:18.0-dfsg), erlang-ssl (>= 1:18.0-dfsg), erlang-syntax-tools (>= 1:18.0-dfsg), erlang-tools (>= 1:18.0-dfsg), erlang-xmerl (>= 1:18.0-dfsg), libc6 (>= 2.14), libcurl3 (>= 7.16.2), libgcc1 (>= 1:4.1.1), libicu55 (>= 55.1-1~), libmozjs185-1.0 (>= 1.8.5-1.0.0+dfsg), libstdc++6 (>= 5.2)
Filename: pool/universe/c/couchdb/couchdb-bin_1.6.0-0ubuntu7_amd64.deb
Size: 455826
MD5sum: 9be84ca949e98a27328650381204b6d3
SHA1: be2d7f158299fbf975e91bf2d2db1f537b2e13fa
SHA256: 236b19cc36cfe27b5b9015be30ac59a6c824f9ebe172aed978a599edb4de9cf0
Description-en: RESTful document oriented database
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: cd45a724e35aa588946134c5c37c31df
Homepage: http://couchdb.apache.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu