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/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).