I have installed "Xubuntu" on my notebook and I would like to find out how to delete all cookies and temporary files through the "Xubuntu" terminal.
Thanks in advance.
I have installed "Xubuntu" on my notebook and I would like to find out how to delete all cookies and temporary files through the "Xubuntu" terminal.
Thanks in advance.
If you have Firefox:
rm ~/.mozilla/firefox/*.default/cookies.sqlite
rm ~/.mozilla/firefox/*.default/*.sqlite ~/.mozilla/firefox/*default/sessionstore.js
rm -r ~/.cache/mozilla/firefox/*.default/*