I installed chromium using:
sudo apt-get install chromium-browser
Then I want to completely remove it. I used:
sudo apt-get remove chromium --purge
rm -rf ~/.config/chromium
rm -rf ~/.cache/chromium
sudo rm -rf /etc/chromium
But it is still there. If I click Activities and type Chrom..
I see Chromium
. And when I click it it open the Chromium browser. I do not want to see it in my computer. How to remove it.
did you try to do this?
Please be aware that it will delete all user saved bookmarks, history etc once you enter these commands.
Assuming you are using Ubuntu, click on the dash button in the launcher and search for 'System info'. Then, open 'System info' and move to 'Default applications' section. Then, click on the dropdown list next to Web. There, select 'Google Chrome' and it will be selected as the default web browser for your system.
Using GUI - If you want to delete the settings from gnome [GUI], you must delete the config folder for that user (placed in its home, as a hidden folder, thus the . at the start of the name).
You may delete that folder using the terminal or you may open the home folder in Nautilus and press Ctrl+H to show the hidden files and folders, then delete the folder you want to delete as you would do with any other file.
I could not remove chromium with apt and it took me a while to figure out that it was installed with snap. To remove it run this in a console: