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

Bad command in 3.6 debian 9 installation instructions

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical - P2 Critical - P2
    • 3.6
    • None
    • Server
    • None
    • 0.1

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              5 years, 37 weeks ago