install mongodb-10gen failed with apt-get

前端 未结 1 1032
长情又很酷
长情又很酷 2020-12-29 21:02

Install mongodb-10gen as http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/ but got error below:

dpkg: error processing /var/cache/apt/archiv         


        
相关标签:
1条回答
  • 2020-12-29 21:45

    A bug here https://jira.mongodb.org/browse/SERVER-6910

    apt-get remove mongodb-clients first, and then the installation of mongodb-10gen should work.

    0 讨论(0)
提交回复
热议问题