Can't remove, purge, unistall mongodb from debian

后端 未结 2 2023
挽巷
挽巷 2021-02-07 12:16

I\'m trying to reinstall it, because it has problems. For example, I can\'t install Chromium because mongodb-org-server is not configured. But I can\'t even remove it for the sa

2条回答
  •  别那么骄傲
    2021-02-07 13:04

    Remove all mongodb file inside

    /var/lib/dpkg/info/mongodb

    And then do

    sudo apt purge mongodb-org*

    Answer credits to: Lazyexpert

提交回复
热议问题