0

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.

1 Answers1

0

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/*
FeDos
  • 166