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

Last updated: May 18,2024

1. Install "python-couchdb" package

Learn how to install python-couchdb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-couchdb

2. Uninstall "python-couchdb" package

Learn how to uninstall python-couchdb on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-couchdb
Priority: optional
Section: universe/python
Installed-Size: 551
Maintainer: Ubuntu Developers
Original-Maintainer: David Paleino
Architecture: all
Version: 0.10-1.1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-simplejson | python (>= 2.6) | python-cjson, libjs-jquery, libjs-underscore
Suggests: couchdb
Filename: pool/universe/p/python-couchdb/python-couchdb_0.10-1.1_all.deb
Size: 89044
MD5sum: 6b606d69a4191ca696a35571ad92d38c
SHA1: a9fdaf9bd5eddfcfc781f5eb3f1cdf20d89afe63
SHA256: ae4484b5ab7a365ced1a8dda92a2f79f8c4d74cda443cdc4f43bcc310de717e3
Description-en: library for working with Apache CouchDB
Provides a high-level client library for Apache CouchDB, a view server and dump
and load utilities that can be used as migration tools when upgrading or moving
between databases.
.
Apache CouchDB is a distributed document database system with bi-directional
replication. It makes it simple to build collaborative applications that can
be replicated offline by users, with full interactivity (query, add, update,
delete), and later "synced up" with everyone else's changes when back online.
Description-md5: 8ceca60eabfedbd07a31b091fe087992
Homepage: http://pypi.python.org/pypi/CouchDB
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu