MongoDB YUM: mongodb.org and epel
Total view about YUM install mongodb.
YUM repo from mongodb.org and epel.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
[root@adamhuanlinux yum.repos.d]# ls -al total 64 drwxr-xr-x. 2 root root 4096 Jul 12 15:44 . drwxr-xr-x. 139 root root 8192 Jul 12 15:25 .. -rw-r--r-- 1 root root 183 Apr 2 2011 adobe-linux-x86_64.repo -rw-r--r-- 1 root root 957 Nov 5 2012 epel.repo -rw-r--r-- 1 root root 1056 Nov 5 2012 epel-testing.repo -rw-r--r-- 1 root root 142 Jun 2 09:53 mongodb-org-3.0.repo -rw-r--r-- 1 root root 124 Jul 12 15:44 packagekit-media.repo -rw-r--r-- 1 root root 28243 Apr 17 11:53 redhat.repo [root@adamhuanlinux yum.repos.d]# [root@adamhuanlinux yum.repos.d]# yum list | grep --color mongo mongodb-org.x86_64 3.0.3-1.el7 @mongodb-org-3.0 mongodb-org-mongos.x86_64 3.0.3-1.el7 @mongodb-org-3.0 mongodb-org-server.x86_64 3.0.3-1.el7 @mongodb-org-3.0 mongodb-org-shell.x86_64 3.0.3-1.el7 @mongodb-org-3.0 mongodb-org-tools.x86_64 3.0.3-1.el7 @mongodb-org-3.0 almas-mongolian-title-fonts.noarch 1.0-4.el6 epel libmongodb.i686 2.4.14-1.el6 epel libmongodb.x86_64 2.4.14-1.el6 epel libmongodb-devel.i686 2.4.14-1.el6 epel libmongodb-devel.x86_64 2.4.14-1.el6 epel mongodb.x86_64 2.4.14-1.el6 epel mongodb-org.x86_64 3.0.4-1.el7 mongodb-org-3.0 mongodb-org-mongos.x86_64 3.0.4-1.el7 mongodb-org-3.0 mongodb-org-server.x86_64 3.0.4-1.el7 mongodb-org-3.0 mongodb-org-shell.x86_64 3.0.4-1.el7 mongodb-org-3.0 mongodb-org-tools.x86_64 3.0.4-1.el7 mongodb-org-3.0 mongodb-server.x86_64 2.4.14-1.el6 epel mongoose.x86_64 3.1-2.el6 epel mongoose-devel.i686 3.1-2.el6 epel mongoose-devel.x86_64 3.1-2.el6 epel mongoose-lib.i686 3.1-2.el6 epel mongoose-lib.x86_64 3.1-2.el6 epel nodejs-mongodb.noarch 1.3.19-4.el6 epel php-pecl-mongo.x86_64 1.4.4-1.el6 epel pymongo.x86_64 2.1.1-1.el6 epel pymongo-gridfs.x86_64 2.1.1-1.el6 epel python-flask-mongoengine.noarch 0.7-2.el6 epel python-mongoengine.noarch 0.7.10-2.el6 epel python-pymongo.x86_64 2.5.2-3.el6 epel python-pymongo-gridfs.x86_64 2.5.2-3.el6 epel [root@adamhuanlinux yum.repos.d]# |
———————-
Done.