sudo apt-getinstall libcurl3 openssl liblzma5 # ubuntu 18.04 & 20.04 sudo apt-getinstall libcurl4 openssl liblzma5 选择合适的系统下载二进制包: https://www.mongodb.com/try/download/community?tck=docs_server Package 可以选择包的形式,如 shell(deb)、shell(tgz)。 注意,要在服务器下载的话,就不...
I tried to run sudo make docker-image on my Ubuntu 22.04.3 LTS, but failed at "returned a non-zero code: 100". After an investigation, I found that it is due to these commands in Dockerfile "RUN apt-get update && apt-get dist-upgrade -y ...