Uninstall and delete software under linux (violent solution)

Uninstall mongo violently

locate mongo

Find all the files related to mongo in the system

Then rm -rf deletes these files one by one

After deleting, update the system database

sudo updatedb

run again, see

locate mongo

Guess you like

Origin blog.csdn.net/2301_76354366/article/details/128830456