APT Installation Method Mongo

Source: Internet
Author: User
APT Installation Method: Configure package management system (APT)

The Ubuntu package management tool (I. e. dpkg and APT) Ensure package consistency and authenticity by requiring that distributors sign packages with GPG keys. issue the following command to import the 10gen public GPG key:

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

Create a/etc/APT/sources. List. d/10gen. list file and include the following line for the 10gen repository.

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

Now issue the following command to reload your Repository:

sudo apt-get update
Install packages

Issue the following command to install the latest stable version of MongoDB:

sudo apt-get install mongodb-10gen

When this command completes, you have successfully installed MongoDB! Continue for configuration and start-up suggestions.


APT Installation Method Mongo

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.