Ubuntu中安裝mongodb的問題

來源:互聯網
上載者:User

標籤:

1.在終端上運行"sudo  apt-get install mongo-org"後出現錯誤:
Reading package lists... DoneBuilding dependency tree       Reading state information... DoneE: Unable to locate package mongodb-org  //This is the error
並且在運行"apt-get update"後依然是這個錯誤提示。

2.結果按下面步驟設定後安裝成功:

#Step 1:  Import the MongoDB public key sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10#Step 2: Generate a file with the MongoDB repository urlecho ‘deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen‘ | sudo tee /etc/apt/sources.list.d/mongodb.list#Step 3: Refresh the local database with the packagessudo apt-get update#Step 4: Install the last stable MongoDB version and all the necessary packages on our systemsudo apt-get install mongodb-org
3.這時裝好以後應該會自動運行mongod程式,通過"pgrep mongo -l "查看進程是否已經啟動:


4.在終端輸入"mongo",然後斷行符號進入資料庫


Ubuntu中安裝mongodb的問題

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.