Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11754

Bad command in 3.6 debian 9 installation instructions

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Critical - P2 Critical - P2
    • 3.6
    • Affects Version/s: None
    • Component/s: Server
    • Labels:
      None
    • 0.1

      On https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/ for 3.6 on the seconds step (Create a /etc/apt/sources.list.d/mongodb-org-3.6.list file for MongoDB), command for debian 9 is using placeholders instead of 3.6 version

      echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/{+package-branch+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+version+}.list

      should be

      echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/3.6 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list

            Assignee:
            andrew.aldridge@mongodb.com Andrew Aldridge
            Reporter:
            zakhar.kleyman@mongodb.com Zakhar Kleyman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              5 years, 47 weeks, 1 day ago