Ubuntu – Reset all Google Chrome settings on Ubuntu

google-chrome

I enabled some experimental features in Chrome (using the about:flags page), and I'm trying to reinstall it completely (since it has begun to malfunction in various ways – for example, flash applets and extensions are no longer working.) Is there any way to completely reset Google Chrome on Ubuntu, so that all default settings are restored?

Best Answer

A general answer to that can be found in the link below, this should be closed as duplicate.

What is the correct way to completely remove an application?

Basically

apt-get purge package
apt-get install package
Related Question