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

Last updated: May 09,2024

1. Install "mongodb-server" package

Please follow the guidelines below to install mongodb-server on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mongodb-server

2. Uninstall "mongodb-server" package

Please follow the guidance below to uninstall mongodb-server on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: mongodb-server
Priority: optional
Section: universe/database
Installed-Size: 24177
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: adduser, mongodb-clients, init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7), 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, 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-server_2.6.10-0ubuntu1_amd64.deb
Size: 7425014
MD5sum: dbdd7649de751811f2b2c99ab0cded9a
SHA1: 693b6f0b9587aac0edb6a577dbdb91066af7b33c
SHA256: eb45e1b7b004e12afcf0690398b00d851cb3e5b1b72997d179a422655cdd5301
Description-en: object/document-oriented database (server 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 server itself (mongod) and the sharding
server/load-balancer (mongos).
Description-md5: 98d13f2d6bef8dfdd52809bf47c48138
Homepage: http://www.mongodb.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu