How to Install and Uninstall libwiredtiger-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "libwiredtiger-dev" package

Please follow the guidance below to install libwiredtiger-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libwiredtiger-dev

2. Uninstall "libwiredtiger-dev" package

This tutorial shows how to uninstall libwiredtiger-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libwiredtiger-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libwiredtiger-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libwiredtiger-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 2043
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: wiredtiger
Version: 2.6.1+ds-1
Depends: libwiredtiger0 (= 2.6.1+ds-1)
Filename: pool/universe/w/wiredtiger/libwiredtiger-dev_2.6.1+ds-1_amd64.deb
Size: 450314
MD5sum: 576dc6f572172607feda106f3ae06d0c
SHA1: 606c2cf6477e1a248fd8206b2beb5e44352fa8f1
SHA256: 7ae56b32be0cae621b3faa891e59567d3e3d0977b3003ff82fbab9afac2de47d
Description-en: high performance, scalable, NoSQL, extensible platform (development)
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 contains the headers and the static library for libwiredtiger.
Description-md5: d4b96e31abe1f8521d7a757cb34c5e21
Homepage: http://www.wiredtiger.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu