MongoDB 2.6 Update Error

前端 未结 4 2259
庸人自扰
庸人自扰 2021-02-10 14:34

I am getting conflict when

[root@MongoDB ec2-user]# sudo yum install mongodb-org Loaded plugins: priorities, security, update-motd, u

4条回答
  •  轮回少年
    2021-02-10 15:34

    Seems that you are upgrading from version 2.4 to 2.6 which apparently has changed the package names.

    I guess you will have to remove/erase the old package mongodb-10gen* and then run this new install command for it to work.

提交回复
热议问题