chris
(Chris Dellaway)
8
As of 6.0.3 mongodb server is built for Ubuntu 22.04.
The manual is yet to be updated but very similar to the 20.04 instructions but using jammy in the repo string instead of focal.
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
1 Like