I recently installed chromium, created a new user and logged into a website. After my work was done, I removed chromium with “sudo dnf remove chromium”.

A few days later I installed chromium again through dnf. My user account was still there and I was logged into the same site.

Is there a way to avoid this and uninstall an app along with all its user data?

  • IrritableOcelot@beehaw.org
    link
    fedilink
    arrow-up
    7
    ·
    19 days ago

    Check for a ~/.config/chromium folder and delete it. dnf doesn’t seem to have an equivalent to apt purge chromium which would be the other thing to do (while the package is installed).