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?


Check for a
~/.config/chromiumfolder and delete it.dnfdoesn’t seem to have an equivalent toapt purge chromiumwhich would be the other thing to do (while the package is installed).