3

After not getting any response for my question, I think I should uninstall and remove data of Chromium from Ubuntu.

As uninstalling Chromium does not remove its data (like browser history, settings), I want to know where are the data of Chromium located and how to remove them safely?

Barun
  • 725
  • 1
  • 6
  • 10

1 Answers1

1

The data for chromium will be in one of the hidden directories in hour /home/username folder, either ~/.chromium or somewhere in ~/.config As I don't have chromium installed, I don't have the exact location.

According to chromium.org (which you could have checked yourself) the data is stored at ~/.config/chromium

Charles Green
  • 21,339
  • Thank you! I uninstalled chromium using apt-get purge chromium-browser and deleted user data using your method, and now Chromium is working properly. – Barun Jun 30 '14 at 08:24
  • For Ubuntu snap version see ~/snap/chromium/471/.config/chromium https://askubuntu.com/questions/1075103/chromium-config-folder-is-missing-in-ubuntu-18-04 – PiTheNumber Feb 25 '19 at 10:36