Answers for "how to completely remove and install mongodb from ubuntu"

0

uninstall mongodb ubuntu

sudo apt-get purge mongodb-org*
Posted by: Guest on January-23-2021
0

how to uninstall mongodb in ubuntu

//To uninstall mongodb.
sudo apt-get purge mongodb-org*

//To remove mongodb Completely.
sudo apt-get install mongodb-org --fix-missing --fix-broken
sudo apt-get autoremove mongodb-org --fix-missing --fix-broken
Posted by: Guest on December-31-2021

Code answers related to "how to completely remove and install mongodb from ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language