Install the latest mongodb in Ubuntu

Source: Internet
Author: User
Tags install mongodb

 

1. automatically install MongoDB

 

Java code

Sudo apt-get install mongodb

 

After the installation of sudo apt-get install mongodb is complete, we found that the version 1.4 is installed, which is very out. Now MongoDB has: MongoDB shell version: 2.0.1

 

MongoDB only releases the replica set and sharding function after version 1.6.

 

 

 

2. Install the latest MongoDB

 

A. Modify the Ubuntu download package path: www.2cto.com

Sudo vim/etc/apt/sources. list

 

Sudo vim/etc/apt/sources. list

 

Add the following to the last line:

Code

Deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen

 

Deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen B. Add GPG Key:

Code

Sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv 7F0CEB10

 

Sudo apt-key adv -- keyserver keyserver.ubuntu.com -- recv 7F0CEB10 c. Execute the automatic installation command:

 

 

 

First Update the installation package path

Code

Sudo apt-get update

 

Sudo apt-get update performs Automatic Installation

 

 

 

Java code

Sudo apt-get install mongodb-10gen

 

Sudo apt-get install mongodb-10gen

 

 

OK! Now we can use the latest version of MongoDB.

From ihuangweiwei

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.