Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-22168

Can't install mongoDB 3.2.1 on ubuntu-trusty

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.2.1
    • Component/s: Packaging
    • None
    • ALL
    • Hide

      Following https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/

      docker run --rm -it --entrypoint bash ubuntu:trusty
      Unable to find image 'ubuntu:trusty' locally
      trusty: Pulling from library/ubuntu
      Digest: sha256:3a7f4c0573b303f7a36b20ead6190bd81cabf323fc62c77d52fb8fa3e9f7edfe
      Status: Downloaded newer image for ubuntu:trusty
      root@53c32efc6b54:/# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
      Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.mZWZ2S3AGT --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
      gpg: requesting key EA312927 from hkp server keyserver.ubuntu.com
      gpg: key EA312927: public key "MongoDB 3.2 Release Signing Key <packaging@mongodb.com>" imported
      gpg: Total number processed: 1
      gpg: imported: 1 (RSA: 1)

      root@53c32efc6b54:/# echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
      deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse
      root@53c32efc6b54:/# apt-get update
      Ign http://archive.ubuntu.com trusty InRelease
      Get:1 http://archive.ubuntu.com trusty-updates InRelease [64.4 kB]
      Ign http://repo.mongodb.org trusty/mongodb-org/3.2 InRelease
      Get:2 http://repo.mongodb.org trusty/mongodb-org/3.2 Release.gpg [801 B]
      Get:3 http://repo.mongodb.org trusty/mongodb-org/3.2 Release [2118 B]
      Get:4 http://archive.ubuntu.com trusty-security InRelease [64.4 kB]
      Get:5 http://repo.mongodb.org trusty/mongodb-org/3.2/multiverse amd64 Packages [15.4 kB]
      Hit http://archive.ubuntu.com trusty Release.gpg
      Get:6 http://archive.ubuntu.com trusty-updates/main Sources [311 kB]
      Get:7 http://archive.ubuntu.com trusty-updates/restricted Sources [5219 B]
      Get:8 http://archive.ubuntu.com trusty-updates/universe Sources [184 kB]
      Get:9 http://archive.ubuntu.com trusty-updates/main amd64 Packages [857 kB]
      Get:10 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [23.4 kB]
      Get:11 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [433 kB]
      Hit http://archive.ubuntu.com trusty Release
      Get:12 http://archive.ubuntu.com trusty-security/main Sources [129 kB]
      Get:13 http://archive.ubuntu.com trusty-security/restricted Sources [3920 B]
      Get:14 http://archive.ubuntu.com trusty-security/universe Sources [37.4 kB]
      Get:15 http://archive.ubuntu.com trusty-security/main amd64 Packages [501 kB]
      Get:16 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [20.2 kB]
      Get:17 http://archive.ubuntu.com trusty-security/universe amd64 Packages [159 kB]
      Get:18 http://archive.ubuntu.com trusty/main Sources [1335 kB]
      Get:19 http://archive.ubuntu.com trusty/restricted Sources [5335 B]
      Get:20 http://archive.ubuntu.com trusty/universe Sources [7926 kB]
      Get:21 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB]
      Get:22 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB]
      Get:23 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB]
      Fetched 21.4 MB in 1min 42s (209 kB/s)
      Reading package lists... Done

      root@53c32efc6b54:/# apt-get install mongodb-org-tools=3.2.1
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      E: Version '3.2.1' for 'mongodb-org-tools' was not found

      Show
      Following https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ docker run --rm -it --entrypoint bash ubuntu:trusty Unable to find image 'ubuntu:trusty' locally trusty: Pulling from library/ubuntu Digest: sha256:3a7f4c0573b303f7a36b20ead6190bd81cabf323fc62c77d52fb8fa3e9f7edfe Status: Downloaded newer image for ubuntu:trusty root@53c32efc6b54:/# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.mZWZ2S3AGT --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 gpg: requesting key EA312927 from hkp server keyserver.ubuntu.com gpg: key EA312927: public key "MongoDB 3.2 Release Signing Key <packaging@mongodb.com>" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) root@53c32efc6b54:/# echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse root@53c32efc6b54:/# apt-get update Ign http://archive.ubuntu.com trusty InRelease Get:1 http://archive.ubuntu.com trusty-updates InRelease [64.4 kB] Ign http://repo.mongodb.org trusty/mongodb-org/3.2 InRelease Get:2 http://repo.mongodb.org trusty/mongodb-org/3.2 Release.gpg [801 B] Get:3 http://repo.mongodb.org trusty/mongodb-org/3.2 Release [2118 B] Get:4 http://archive.ubuntu.com trusty-security InRelease [64.4 kB] Get:5 http://repo.mongodb.org trusty/mongodb-org/3.2/multiverse amd64 Packages [15.4 kB] Hit http://archive.ubuntu.com trusty Release.gpg Get:6 http://archive.ubuntu.com trusty-updates/main Sources [311 kB] Get:7 http://archive.ubuntu.com trusty-updates/restricted Sources [5219 B] Get:8 http://archive.ubuntu.com trusty-updates/universe Sources [184 kB] Get:9 http://archive.ubuntu.com trusty-updates/main amd64 Packages [857 kB] Get:10 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [23.4 kB] Get:11 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [433 kB] Hit http://archive.ubuntu.com trusty Release Get:12 http://archive.ubuntu.com trusty-security/main Sources [129 kB] Get:13 http://archive.ubuntu.com trusty-security/restricted Sources [3920 B] Get:14 http://archive.ubuntu.com trusty-security/universe Sources [37.4 kB] Get:15 http://archive.ubuntu.com trusty-security/main amd64 Packages [501 kB] Get:16 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [20.2 kB] Get:17 http://archive.ubuntu.com trusty-security/universe amd64 Packages [159 kB] Get:18 http://archive.ubuntu.com trusty/main Sources [1335 kB] Get:19 http://archive.ubuntu.com trusty/restricted Sources [5335 B] Get:20 http://archive.ubuntu.com trusty/universe Sources [7926 kB] Get:21 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB] Get:22 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB] Get:23 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB] Fetched 21.4 MB in 1min 42s (209 kB/s) Reading package lists... Done root@53c32efc6b54:/# apt-get install mongodb-org-tools=3.2.1 Reading package lists... Done Building dependency tree Reading state information... Done E: Version '3.2.1' for 'mongodb-org-tools' was not found

      MongoDB 3.2.1 package index file version is not updated to version 3.2.1

            Assignee:
            ernie.hershey@mongodb.com Ernie Hershey (Inactive)
            Reporter:
            baruchoxman Baruch Oxman
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: