How to Install and Uninstall mongodb-server-core Package on Kali Linux

Last updated: May 20,2024

1. Install "mongodb-server-core" package

Please follow the steps below to install mongodb-server-core on Kali Linux

$ sudo apt update $ sudo apt install mongodb-server-core

2. Uninstall "mongodb-server-core" package

Here is a brief guide to show you how to uninstall mongodb-server-core on Kali Linux:

$ sudo apt remove mongodb-server-core $ sudo apt autoclean && sudo apt autoremove

3. Information about the mongodb-server-core package on Kali Linux

Package: mongodb-server-core
Source: mongodb
Version: 1:6.1.1-0kali6
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 179870
Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libgoogle-perftools4 (>= 2.13), libpcre2-8-0 (>= 10.22), libsnappy1v5 (>= 1.1.10), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1), libstemmer0d (>= 0+svn527), libyaml-cpp0.8 (>= 0.7.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0)
Breaks: mongodb-server (<< 1:3.4.14-1~)
Replaces: mongodb-server (<< 1:3.4.14-1~)
Homepage: https://www.mongodb.org
Priority: optional
Section: non-free/database
Filename: pool/non-free/m/mongodb/mongodb-server-core_6.1.1-0kali6_amd64.deb
Size: 44637708
SHA256: adf5566526190b0848e28e5dec9b8b20ed0a56489b4e803c5b064c54f8856196
SHA1: 5a66b31c51159a99fd08d401574f4f717f2d3f4a
MD5sum: 0046e15083d74f6079cb07c8a00bb60a
Description: object/document-oriented database (server binaries package)
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 package contains the database server (mongod) and sharding
server/load-balancer (mongos) binaries.
Description-md5: