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 ( @IrritableOcelot@beehaw.org ) 7•7 months agoCheck for a
~/.config/chromium
folder and delete it.dnf
doesn’t seem to have an equivalent toapt purge chromium
which would be the other thing to do (while the package is installed). mantra ( @mantra@lemmy.zip ) 2•7 months agoYou could always write yourself a simple bash clean-up script that kicks off the uninstall and also deleted the profile and anything else you want gone. Not a universal solution, but if you need to do that one thing often enough it would do the trick.