Information about the package, mongodb-server, which is shipped with common Linux distributions. The mongodb-server package is designed for, MongoDB server, sharding server and support scripts.
Package Name:
mongodb-server
Summary:
MongoDB server, sharding server and support scripts
Description:
This package provides the mongo server software, mongo sharding server software, default configuration files, and init scripts.
Architecture:
x86_64
Version:
2.4.14
Release:
4.el6
Size:
5.1 M
Repository:
epel
From Repository:
Licence:
AGPLv3 and zlib and ASL 2.0
Control the mongodb-server package with the following handy commands outlined below.
yum install mongodb-server
This command will install mongodb-server on the server.
yum remove mongodb-server
This command will un-install mongodb-server on the server. When you run this command, you will be asked if you are sure that you want to remove mongodb-server, so you have to manually confirm that you want to do this.
yum -y remove mongodb-server
This command will un-install mongodb-server on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mongodb-server when using the -y flag.
yum update mongodb-server
This command will update mongodb-server to the latest version. When you run this command, you will be asked if you are sure that you want to remove mongodb-server, so you have to manually confirm that you want to do this.
yum -y update mongodb-server
This command will update mongodb-server to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mongodb-server when using the -y flag.
yum info mongodb-server
This command will show you core information about the mongodb-server package.
yum deplist mongodb-server
This command will show you the dependencies for mongodb-server. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update mongodb-server
This command will check if there is an update waiting on mongodb-server. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.