让我问一下。Ubuntu 2022.04 无法安装 libssl1.1 依赖项。如何在此新版本上安装 Mongo?
答案1
在 Ubuntu 22.04 中手动下载并安装 Ubuntu 20.04 中的 libssl1.1 包。
sudo apt update
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
sudo apt install ./libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
答案2
我在 22.10(raspberrypi)上安装了 mongo6此链接。
寻找 Chris Dellaway 的评论:
从 6.0.3 开始,mongodb 服务器是为 Ubuntu 22.04 构建的。
该手册尚未更新,但与 20.04 说明非常相似,但在 repo 字符串中使用 jammy 而不是 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