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

Last updated: May 20,2024

1. Install "libwiredtiger-java" package

In this section, we are going to explain the necessary steps to install libwiredtiger-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libwiredtiger-java

2. Uninstall "libwiredtiger-java" package

Learn how to uninstall libwiredtiger-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libwiredtiger-java
Priority: optional
Section: universe/java
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: wiredtiger
Version: 2.6.1+ds-1
Filename: pool/universe/w/wiredtiger/libwiredtiger-java_2.6.1+ds-1_all.deb
Size: 56642
MD5sum: c2fc5fe55ffb08cfa2f60c72d7bfc30e
SHA1: f96ed2b9d1f2a1ee39c37e0c08954d21308de6f6
SHA256: 6e247f12543d871b1975e130b4a8a4c6e43728cad381f6cf3db80ff4aaab1f09
Description-en: Java language support 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 Java language support for WiredTiger.
Description-md5: 831216d2ce907253035eb072f4b67340
Homepage: http://www.wiredtiger.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu