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

Wrong link on Ubuntu 22.04 installation for Enterprise version

      The command provided on the step "2" of installation MongoDB 6.0 Enterprise on Ubuntu 22.04 points to a community version:

      Command: `echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list`

       

      The solution that I found was to get the command provided for Ubuntu 20.04 and change it to the version 22.04:

      Command: `echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.com/apt/ubuntu jammy/mongodb-enterprise/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list`

            Assignee:
            kenneth.dyer@mongodb.com Kenneth Dyer
            Reporter:
            artur.costa@mongodb.com Artur Costa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              1 year, 6 weeks, 6 days ago