How to Install and Uninstall mongodb Package on Kali Linux

Last updated: May 22,2024

1. Install "mongodb" package

Please follow the steps below to install mongodb on Kali Linux

$ sudo apt update $ sudo apt install mongodb

2. Uninstall "mongodb" package

This tutorial shows how to uninstall mongodb on Kali Linux:

$ sudo apt remove mongodb $ sudo apt autoclean && sudo apt autoremove

3. Information about the mongodb package on Kali Linux

Package: mongodb
Version: 1:6.1.1-0kali6
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 61
Depends: mongodb-server (>= 1:2.4.1-2)
Homepage: https://www.mongodb.org
Priority: optional
Section: non-free/database
Filename: pool/non-free/m/mongodb/mongodb_6.1.1-0kali6_amd64.deb
Size: 17240
SHA256: 8719b7ba511fc23916bcb9511f4c686f4d73eac7c0493e32c7e40516a437546d
SHA1: 6187e3c09339d7cbbe257c654643fbbe1d8f4d13
MD5sum: 8f73c38b54a6caddc98eddcaae01ef2e
Description: object/document-oriented database (metapackage)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
the following features:
.
* Collection oriented storage - easy storage of object-style data
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
* Efficient storage of binary data including large objects (e.g. videos)
* Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
This is a convenience metapackage that depends on all the mongodb parts:
the server, the clients and the development files (headers and library).
Description-md5: