How to uninstall mongodb compass from Ubuntu 18.04

8,793

Solution 1

try this one sudo dpkg --remove mongodb-compass

Solution 2

Try with the command

$sudo dpkg --remove mongodb-compass

then restart the comoputer

Solution 3

Run the following command:

sudo dpkg --remove mongodb-compass-community
Share:
8,793

Related videos on Youtube

sayalok
Author by

sayalok

Highly motivated software engineer with more than 3 years of working experience on different technology stacks. Looking for a challenging position to use my experience and knowledge. https://github.com/sayalok

Updated on September 18, 2022

Comments

  • sayalok
    sayalok almost 2 years

    i am using ubuntu 18.04

    Last day i install MongoDB Compass accoroding to official doc compass install

    But some reason i need to uninstall MongoDB Compass from my pc. I do some online research but do not find anything. All i find is how to uninstall mongodb

    can anyone please help me how to uninstall MongoDB Compass from Ubuntu 18.04

  • Pilot6
    Pilot6 over 4 years
    Why do you think this command can help?