I want to remove all data from an application I removed a while back but I am having problems doing this since the original data automatically comes back even after removing the software and reinstalling it to see if the data still comes back.
There used to be an option to remove data after uninstalling an app from KDE in its GUI but its seems to not be a feature anymore in its GUI as well for some reason.
Any ideas on how to properly remove the softwares contents?
The option to remove application data in KDE’s discover is limited to applications installed via flatpak. if this option is missing, it likely means you’ve installed the application from a traditional RPM repository.
If the application’s data is present after reinstalling it, then it’s either the applications packaging that’s provisioning the data, or the application itself.
Without knowing any specifics, it’ll be hard to say if what you’re seeing is intentional behaviour for said application.
Ah okay that’s fair enough, I installed Steam via the Fedora Linux package, not the flathub or flathub (user) option. Is there a way to remove the data from the Fedora Linux version?
Ah yeah I do mean the ~/.steam directory. But I cannot remove the data from the folder even after removing steam since when I reinstall steam all the data comes back for some odd reason.
I am trying to delete data of my old steam account from RPM’s steam and it doesnt seem to want to do this for some reason. I want to get RPM steam back to its default state but it doesnt want to
Ok so the core of your question is: “how do I fully reset steam”.
it’s been a while since I last used the RPM installation, but I believe it also stores data at ~/.local/share/Steam and ~/.local/share/steam-wrapper
you might want to do something like find -name "Steam" -or -name "steam*" from your home directory to see if there’s anything else you might have missed.