How to Install and Uninstall libwiredtiger0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: December 23,2024

1. Install "libwiredtiger0" package

Please follow the steps below to install libwiredtiger0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libwiredtiger0

2. Uninstall "libwiredtiger0" package

This guide let you learn how to uninstall libwiredtiger0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libwiredtiger0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libwiredtiger0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libwiredtiger0
Priority: optional
Section: universe/libs
Installed-Size: 1088
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: wiredtiger
Version: 2.6.1+ds-1
Depends: libc6 (>= 2.14), libsnappy1v5, zlib1g (>= 1:1.1.4)
Filename: pool/universe/w/wiredtiger/libwiredtiger0_2.6.1+ds-1_amd64.deb
Size: 384388
MD5sum: c5998c9db676362d4b432208be2f7ee0
SHA1: 50f1e21a2ae1a387391ebbeea8b7bb6de3bf1cf8
SHA256: c93e95687cad440c518c39b946646d51890f6edf390a4fd4e0058d265dd29901
Description-en: high performance, scalable, NoSQL, extensible platform (library)
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.
Description-md5: 7ef98f6a7ab346f322a7ce6b795327b6
Homepage: http://www.wiredtiger.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu