Earlier quoted context omitted.
> Even after all these years it's hard to beat apt-get. I would say Fedora's dnf has it beat quite objectively, but to each their own.
> dnf has it beat quite objectively You mean even though the slightest care was not given to reliability while coding it? https://lists.fedoraproject.org/archives/list/devel@lists.fe...
If I have two scripts running in parallel which both wants to install packages, using apt will cause one of the scripts to fail, because apt is already locked.
dnf however will be just fine, because instead of failing it will just queue and wait for the lock to be released.
There's small things like that all over which to me, as an end user, makes relying on dnf feel much safer.