I want to be able to clear cache (both browser's own cache and possible offline cache manifests) through the command line.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With