我尝试sudo wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc
安装 MongoDB。但出现了以下错误sudo: wget: command not found
。请帮我!
答案1
尝试安装它
sudo apt-get update && apt-get -y install wget
curl
或者如果可用的话使用
curl https://www.mongodb.org/static/pgp/server-4.4.asc