'How to uninstall mongodb on arch linux?
I have install mongodb but isnt working, so i wan to remove it, but i dont know how to doit.enter image description here
Solution 1:[1]
Enter this command to uninstall mongodb-bin from Arch
sudo pacman -R mongodb-bin
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Rwitesh Bera |
