Will updating chrome on ubuntu clear my browser data, cookies, session storage etc?

I want to update my chrome on ubuntu.

Will it clear my cookies, session and other data of some particular link?

2 Answers

No. Your cookies, cache, and site-specific data will remain, as well as all the cached .js files.

In general, it's best to let the system handle your updates, unless you have something special you absolutely, positively, utterly, need the very latest shiny version for. Chrome's an exception, since you originally installed it by downloading the installer from Google's website (it's not in the list of packages for 18.04).

says Linux users: To update Google Chrome, use your package manager.

2

It did for me (on Chromium), but only because since Ubuntu 19.10, Chromium comes as a snap instead of a deb, meaning the location of cookies, history, user sign-ins, extensions, etc. is now at ~/snap/chromium/common/chromium/Default instead of ~/.config/chromium/Default. Copying that folder over makes all things I listed appear again in Chromium.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like