Ubuntu 22 安装 MongoDB 4
2023-12-05
·
1 分钟阅读时长
文章内容摘自如何在 4.4 上安装 MongoDB 22.04 |APMB系列
(可选)首先更新软件包列表:
sudo apt update
复制以下全部命令以直接起飞:
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list && \
sudo apt update && \
sudo apt-get install libssl1.1 && \
sudo rm /etc/apt/sources.list.d/focal-security.list
然后跟着官网文档走: Install MongoDB Community Edition on Ubuntu — MongoDB Manual