yum install mongodb 3.2 fails

后端 未结 13 1333
自闭症患者
自闭症患者 2021-02-08 00:04

I am trying to install mongodb 3.2 on a CentOS 7 machine and facing issues in locating the packages.

I have updated the repo file as per the documentation:



        
13条回答
  •  难免孤独
    2021-02-08 00:42

    I figured out what was my problem. It was in my yum.conf file

    exclude=mongodb-org,mongodb-org-server,mongodb-org-shell,mongodb-org-mongos,mongodb-org-tools
    

    Once I commented out this line from yum.conf, everything went fine.

提交回复
热议问题