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

Last updated: May 19,2024

1. Install "libmongodb-java" package

Please follow the guidelines below to install libmongodb-java on Kali Linux

$ sudo apt update $ sudo apt install libmongodb-java

2. Uninstall "libmongodb-java" package

This guide covers the steps necessary to uninstall libmongodb-java on Kali Linux:

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

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

Package: libmongodb-java
Source: mongo-java-driver
Version: 3.6.3-2
Installed-Size: 4003
Maintainer: Debian Java Maintainers
Architecture: all
Size: 1901224
SHA256: 61cc377020621d8ec6e339be820f94ea5cd423629f2abf620654489e6fc5aac2
SHA1: 4f9816c6c58575a7dcc8e99654fa1ef542339665
MD5sum: a41b4721955806ca1ad008194e423050
Description: MongoDB Java Driver
Debian package for the official MongoDB Java Driver providing both synchronous
and asynchronous interaction with MongoDB. Powering the drivers is a new driver
core and BSON library.
.
Features
.
BSON Library
A standalone BSON library, with a new Codec infrastructure that you can use to
build high-performance encoders and decoders without requiring an intermediate
Map instance.
.
MongoDB Driver
An updated Java driver that includes the legacy API as well as a new generic
MongoCollection interface that complies with a new cross-driver CRUD
specification.
.
MongoDB Async Driver
A new asynchronous API that can leverage either Netty or Java 7's
AsynchronousSocketChannel for fast and non-blocking IO.
.
Core driver
The MongoDB Driver and Async Driver are both built on top of a new core
library, which anyone can use to build alternative or experimental high-level
APIs.
Description-md5:
Homepage: http://www.mongodb.org
Section: java
Priority: optional
Filename: pool/main/m/mongo-java-driver/libmongodb-java_3.6.3-2_all.deb