I am migrating from one notebook running 19.10 to a new notebook running 20.04. I know how to migrate directly-installed programs like Firefox (e.g., copy ~/.mozilla
).
But, how do I do the equivalent for snaps like Chromium? I would like to copy the settings, bookmarks, etc. I poked around ~/snap/chromium
, but it does not feel like this data is contained there. And ~/.config/chromium
seems to be from when it was not a snap, based on last-modified timestamps.
~/snap/<app_name>
directory. For instance, see this link. – KGIII Jul 24 '20 at 23:25apt install chromium-browser
it pulls the snap without asking you. See https://askubuntu.com/q/1204571/124466 – Archisman Panigrahi Jul 25 '20 at 02:07