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

Last updated: November 26,2024

1. Install "python-wiredtiger" package

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

$ sudo apt update $ sudo apt install python-wiredtiger

2. Uninstall "python-wiredtiger" package

Please follow the guidance below to uninstall python-wiredtiger on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-wiredtiger
Priority: optional
Section: universe/python
Installed-Size: 307
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: wiredtiger
Version: 2.6.1+ds-1
Provides: python2.7-wiredtiger
Depends: libc6 (>= 2.14), libwiredtiger0, python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Filename: pool/universe/w/wiredtiger/python-wiredtiger_2.6.1+ds-1_amd64.deb
Size: 49374
MD5sum: 2dafcfeea1a65cd29454ac82458ce8b8
SHA1: c7971a829db2011435363f025d70904ab98cc6d2
SHA256: ad2e631bd7d87d60a8f45c4337899545e88ee13f620966dcbfc64cfc25e92ad4
Description-en: Python library for WiredTiger
Supports row-oriented storage (where all columns of a row are stored
together), column-oriented storage (where columns are stored in groups,
allowing for more efficient access and storage of column subsets) and
log-structured merge trees (LSM), for sustained throughput under random
insert workloads.
.
Includes ACID transactions with standard isolation levels and durability at
both checkpoint and fine-grained granularity.
.
Can be used as a simple key/value store, but also has a complete schema
layer, including indices and projections.
.
This package provides the Python bindings for WiredTiger.
Description-md5: b99278f89c21f7b2fe810ee6150234ee
Homepage: http://www.wiredtiger.com/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu