git change remote url

How to remove MongoDb service from Ubuntu?

Following is the script to remove MongoDb service from Ubuntu.

sudo apt-get purge mongodb mongodb-clients mongodb-server mongodb-dev
sudo apt-get autoremove
sudo rm /etc/mongodb.conf

Note: I have tested in my Ubuntu version Ubuntu 18.04


Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments