what is the path to Chrome cache on Ubuntu? what is the path to Chrome cache on Ubuntu? google-chrome google-chrome

what is the path to Chrome cache on Ubuntu?


Chrome Cache located into Path:

$HOME/.cache/google-chrome/Default/

To delete Web browsing Cache:

rm -rf $HOME/.cache/google-chrome/Default/Cache/

To delete video and Music (Media) cache:

rm -rf $HOME/.cache/google-chrome/Default/Media\ Cache/

Also there another cache Folder under Profile 2 Folder:

rm -rf $HOME/.cache/google-chrome/Profile\ 2/Cache/

Notice: Do not remove all (Folder, Files) under google-chrome Folder like this

rm -rf $HOME/.cache/google-chrome/

Just remove files under Folder and keep Folder Empty.


$HOME/.cache/google-chrome - most likely