I would concur. However, something is still writing to it. I have files witn dates of this month.
I deleted the dir. Will see if it’s recreated and investigate from that.
Strange that dnf remove <package> left that. In the debian world, one would do dpkg -P <package> and all files related to the package are purged. Isn’t there a similar functionality that I ignore with dnf ?
Deleted those directories.
However is there a way to purge leftovers in /var/lib? I’m sure some more are left there.
Dnf will only remove files that is declared to be provided by the package that is being removed. There are currently no packages in Fedora which provides the directories /var/lib/containerd/ and /var/lib/docker/ so no dnf operation would touch them.
Thanks for the tip. It removed some 140 packages. Nothing essential.
I think I need to explore the filesystem to get a better feeling of Fedora. I used to do that on Debian and I know how Debian operates for some 30 years.
I installed Fedora, used it on a daily basis, but never took the time to peruse the filesystem. So this is the thing I’ll do in the next days. Particularly ~, /etc, /var, /usr.
For the little I’ve seen of Ubuntu, the dpkg function has an option to more aggressively remove data and config files, and dnf doesn’t have such function.