Error while installing mongodb on ubuntu 16.04

前端 未结 9 3009
小鲜肉
小鲜肉 2021-02-20 15:22

I\'ve already seen these answers, so please don\'t link em in solutions:

Installing MongoDB on Ubuntu 16.04 https://unix.stackexchange.com/questions/220

9条回答
  •  温柔的废话
    2021-02-20 15:35

    Run the below command:

    sudo apt-get -f install

    And then try running sudo apt-get install -y mongodb-org

提交回复
热议问题