Published
- 1 min read
remove mongodb completely ubuntu
The solution for this is noted below
remove mongodb completely ubuntu
Solution
sudo apt-get install mongodb-org --fix-missing --fix-broken
sudo apt-get autoremove mongodb-org --fix-missing --fix-broken
Try other methods by searching on the site. That is if this doesn’t work