How to Install and Uninstall libwiredtiger-java Package on Kali Linux

Last updated: July 07,2024

1. Install "libwiredtiger-java" package

Learn how to install libwiredtiger-java on Kali Linux

$ sudo apt update $ sudo apt install libwiredtiger-java

2. Uninstall "libwiredtiger-java" package

Here is a brief guide to show you how to uninstall libwiredtiger-java on Kali Linux:

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

3. Information about the libwiredtiger-java package on Kali Linux

Package: libwiredtiger-java
Source: wiredtiger
Version: 3.2.1-1
Installed-Size: 87
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Size: 67128
SHA256: ddc4003bf34a61c909b050e1c7b518d8daca2289b6bf43f0a8bb93f446fbb32d
SHA1: 82e8964b5231411167bb47366395ec8032ce3522
MD5sum: 878252850ce81b7113ad0c63515f18ed
Description: 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:
Homepage: http://www.wiredtiger.com/
Section: java
Priority: optional
Filename: pool/main/w/wiredtiger/libwiredtiger-java_3.2.1-1_all.deb