Removing MongoDB from Almalinux 8 RHEL

Hi there,

I am trying to remove MongoDB on Almalinux 8. I seem to be stuck on the same error using dnf and yum. Any assistance as to how to resolve the issue?

I have tried --skip-broken and --nobest together with no luck.

Problem: package mongodb-org-tools requires mongodb-database-tools problem with installed package

Thanks in advance :slight_smile:

Hi @Tahseen_Hisbani,

I think you can remove manually the binary of mongo’ s installed.

Regards

1 Like

Any idea on how to do this on RHEL?

I have found a guide for OSX but not RHEL.

Thanks :slight_smile:

Hi @Tahseen_Hisbani,
You can find It with command locate,find etc…
Usually are located in /usr/bin/lib or something similar.

Regards