uninstall mongodb ubuntu
sudo apt-get purge mongodb-org*
uninstall mongodb ubuntu
sudo apt-get purge mongodb-org*
mongodb install in ubuntu
sudo apt update
sudo apt install -y mongodb
//checking service and db
sudo systemctl status mongodb
or service mongodb status
//start service
sudo systemctl start mongod
or service mongodb start
//stop service
sudo systemctl stop mongod or
service mongodb stop
uninstall mongodb ubuntu
sudo rm -r /var/log/mongodb
sudo rm -r /var/lib/mongodb
start mongodb service ubuntu
sudo systemctl start mongod
sudo systemctl stop mongod
remove mongodb completely ubuntu
sudo apt-get install mongodb-org --fix-missing --fix-broken
sudo apt-get autoremove mongodb-org --fix-missing --fix-broken
uninstall mongo db
sudo yum erase $(rpm -qa | grep mongodb-enterprise)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us