How to Install and Uninstall mongodb-clients Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "mongodb-clients" package

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

$ sudo apt update $ sudo apt install mongodb-clients

2. Uninstall "mongodb-clients" package

This tutorial shows how to uninstall mongodb-clients on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the mongodb-clients package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mongodb-clients
Priority: optional
Section: universe/database
Installed-Size: 160066
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: mongodb
Version: 1:2.6.10-0ubuntu1
Replaces: mongodb (<= 1:1.4.2-2)
Depends: libboost-filesystem1.58.0, libboost-program-options1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libgoogle-perftools4, libpcap0.8 (>= 0.9.8), libpcrecpp0v5 (>= 7.7), libsnappy1v5, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2), libv8-3.14.5, libyaml-cpp0.5v5
Filename: pool/universe/m/mongodb/mongodb-clients_2.6.10-0ubuntu1_amd64.deb
Size: 48591822
MD5sum: d11bbf8bff9333163ea22f382d7a5199
SHA1: 06abdd51d0d5951a2fca7df713a818629916ee3b
SHA256: 3c4d61e177f1c90382f1df385c60861324f992f86a8c3cc971f166547d6cfadb
Description-en: object/document-oriented database (client apps)
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 standard administrative shell (mongo) and other
utilities for administration or analysis of performance of the server.
Description-md5: 4a9a420d4a119483f9c8b9e74d827f5c
Homepage: http://www.mongodb.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu