Hello fellow lemmings! Fedora KDE user here, and quite happy about it, it didn’t break a single time and packages are up to date. The only thing that bother me is DNF’s speed… a single search
may take up to 5 seconds, and if I’m dependency-hunting I may need several searches, summing up the delays. I’m asking if switching to openSUSE Tumbleweed could be a good idea or not. The idea of the rolling release is really intriguing, whole system upgrades always makes me nervous, and zypper, being written in C++, should be faster than DNF.
I would stick to Wayland KDE, as my current fedora setup.
Other than this, I don’t see any other obvious pros or cons, so I’m asking you: why should I switch and why shouldn’t I? any tips from someone who used both?
thanks in advance!
If you’re changing for the sake of package manager speed, don’t. The few seconds here and there don’t really amount to much.
However, tumbleweed, being a rolling release, to me, means that it kind of killed the distro hopping adiction. Everything is stable and updated frequently (albeit not bleeding edge, as to have time to test the packages)
If you’re changing for the sake of package manager speed, don’t.
It’s not the only motivation, but the one that convinced me to look around after more than 2 years on fedora. The rolling release is another motivation
Fedora also has a rolling release version called rawhide
there are ways to speed up dnf.
id try adding:
max_parallel_downloads=10
and
fastestmirror=true
to your
/etc/dnf/dnf.confbefore you distro hop.
kinda goofy that its not the default tho.
EDIT: since its more about search, maybe try adding
metadata_expire=2d
aswellWould installing doas instead of sudo on Fedora fix this or would both still utilize dnf?
I never heard of it, what are the pros/cons?
Open doas handles admin activity through the command line. It is only ~3,000 lines of code, while sudo has ~170,000 lines. doas does 90% of sudo commands and is more secure as well. Mental Outlaw has a great video on the topic.