MongoDB Repository for RHEL/CentOS v7
The mongoDB RPM repository doesn't have 'release' RPM package so installation of the yum repo file must be done manually.
To install the latest stable repository:
# wget -O /etc/yum.repos.d/mongodb-org.repo https://repo.mongodb.org/yum/redhat/mongodb-org.repo
Links
- https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/
- http://www.liquidweb.com/kb/how-to-install-mongodb-on-centos-7/
Appendices
repo
[mongodb-org] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/stable/$basearch/ gpgcheck=0 enabled=1