would you recommend debian testing for a daily driver?

Hello! I’m thinking about switching from my beloved fedora to a rolling release distro, because it really intrigues me, but I’m a bit scared of Arch, it’s still too soon for me to go down this rabbit hole XD
what do you think about debian testing? It’s not a “true” rolling release as long as I understand, but it “practically” behaves like one, correct? On the system informations I still see Debian 12, what will happen when Debian 13 stable will be released?

sorry if these are silly questions and thanks to all in advance!

rstein,

I used testing for ages, it is really stable. Only the phase after a feature freeze for the release of a stable version can be a bit shaky. For some weeks I just change my repos to the stable version.

alsivx,
@alsivx@feddit.it avatar

I have been using Debian Sid (unstable) for a few months now without any problem, after trying the testing branch.

With a few tricks it runs well:

linuxconfig.org/how-to-run-debian-sid-relatively-…

madeindjs,

I use debian testing and for me it’s the best of both world.

  • your system is stable
  • you have up to date package (not latest but still okay)

I use it since 3 or 4 years and i didn’t get any issued

GustavoM,
@GustavoM@lemmy.world avatar

I haven’t used it as a daily driver, but from my experience…? As long as you don’t do anything crazy (like using different packages from different architectures of something of the sort), you should be good.

Lord_Kettle,

From personal experience only distros that ever broke on me after update are Manjaro and Debian sid. I’m not claiming it is not my own fault somehow or my specific hardware problem and it did happen long time ago but if I want rolling distro I would go with something that is specifically made for it. I had good experiences with openSUSE and Arch so I would recommend something of those two. Also staying on Debian stable is not that bad nowadays when you can get newest packages with flatpak.

mintyfrog,

I would just use Arch. Everyone on Arch is rolling release, so they all experience the same problems at the same time. The Arch community plus the Arch Wiki make it easy to fix when it breaks. If you’re on non-stable Debian, you’re more on your own.

topnomi,
topnomi avatar

Historically I've used debian based distros on my home server. I recently switched to opensuse tumbleweed and Ive been very happy. It's a rolling release, and I've found it more stable and easier to work with than linuxmint

zikk_transport2,

Try Arch Linux. First setup in VM, then on your computer. Been ~8 years on it. Tried to distrohop multiple times - still going back to it.

Plasma is awesome DE which requires bare minimum setup. plasma package pulls basically everything - bluetooth, pipewire, sddm and so on. Then you just have to enable sddm/bluetooth services are you are done.

Fixing broken system is also very easy. :) Just try, don’t be shy!

Andy,
@Andy@programming.dev avatar

Try Siduction for a Debian Sid based desktop rolling system, at least if you like one of the supported desktop environments.

ninekeysdown,
@ninekeysdown@lemmy.world avatar

If you want a rolling release and like fedora maybe looking at rawhide. Otherwise suse tumbleweed is a solid choice.

Since you’re asking about Debian then SID is pretty much the rolling release version. This is what Ubuntu pulls from before doing their stuff. If you want close to bleeding edge this is a great way to get that rolling release feel. I know a few people who swear by it! I ran SID for a little while and it was okay but not for me. Arch was definitely better IMO for that. It’s also pretty easy to install arch (or gentoo) these days.

Kristof12,
@Kristof12@lemmy.ml avatar

The problem is that Fedora rawhide have so many updates and experimental ones and not so much reliable in comparison with Debian sid

tubbadu,

the fact with arch is that I’m a bit scared of messing things up, I was reading some articles about it and the AUR and I don’t know if I’m ready yet
how much unstable is debian unstable (XD) in your personal experience?

Raphael,

Debian Documentation is very extensive and it extensively explains that you should use Sid and not Testing.

tubbadu,

why? isn’t it more stable than unstable?

syaochan,
@syaochan@mastodon.online avatar

@tubbadu the problem are security updates, that get to testing later

tubbadu,

isn’t this also true for stable?

syaochan,
@syaochan@mastodon.online avatar
tubbadu,

oh this is strange! thank you very much!

TunaCowboy,

Integrating debsecan with apt and pulling security updates from experimental and unstable is trivial as demonstrated here.

syaochan,
@syaochan@mastodon.online avatar

@TunaCowboy nice, thanks!

Raphael, (edited )

Some points I handpicked for you. Ignore the uninformed masses.

The Debian GNU/Linux FAQ

Chapter 3 Choosing a Debian distribution

3.1 Which Debian distribution (stable/testing/unstable) is better for me?

If you are a desktop user with a lot of experience in the operating system and do not mind facing the odd bug now and then, or even full system breakage, use unstable. It has all the latest and greatest software, and bugs are usually fixed swiftly.

3.1.5 Could you tell me whether to install stable, testing or unstable?

Testing has more up-to-date software than Stable, and it breaks less often than Unstable. But when it breaks, it might take a long time for things to get rectified. Sometimes this could be days and it could be months at times. It also does not have permanent security support.

Unstable has the latest software and changes a lot. Consequently, it can break at any point. However, fixes get rectified in many occasions in a couple of days and it always has the latest releases of software packaged for Debian.

3.1.6 You are talking about testing being broken. What do you mean by that?

Sometimes, a package might not be installable through package management tools. Sometimes, a package might not be available at all, maybe it was (temporarily) removed due to bugs or unmet dependencies. Sometimes, a package installs but does not behave in the proper way. When these things happen, the distribution is said to be broken (at least for this package).

3.1.7 Why is it that testing could be broken for months? Won’t the fixes introduced in unstable flow directly down into testing?

The bug fixes and improvements introduced in the unstable distribution trickle down to testing after a certain number of days. Let’s say this threshold is 5 days. The packages in unstable go into testing only when there are no RC-bugs reported against them. If there is a RC-bug filed against a package in unstable, it will not go into testing after the 5 days. The idea is that, if the package has any problems, it would be discovered by people using unstable and will be fixed before it enters testing. This keeps testing in a usable state for most of the time. Overall a brilliant concept, if you ask me. But things aren’t always that simple.

tldr: “The goal of the Debian project is to produce Stable”. Sid is essentially a rolling release, it’s nothing like Fedora Rawhide in the old days when was essentially a testbed for Red Hat but it’s not meant to be as smooth as, let’s say, Arch or Tumbleweed. Testing in the other hand isn’t merely some layer between Unstable and Stable, it’s part of a bigger project, Testing exists for the sake of Stable, not for the sake of Testing. Same logic applies to Unstable but you do achieve some level of “just works” when you’re just pushing all the latest software, after all Debian also has Experimental but you should still expect breakage when something truly major happens.

TunaCowboy,

Ignore the uninformed masses.

Although this is useful information, gratuitous displays of hubris are gross. You should do yourself a favor and keep reading - it is clear that the decision should be up to the user after careful consideration.

All of the issues in regard to testing have well known mitigations which are trivial to implement. You can find this information and the corresponding links here

It is a good idea to include unstable and experimental in your apt sources so that you have access to newer packages when needed. With the APT::Default-Release apt config setting or with apt pinning you can have packages from testing by default but if you manually upgrade some packages to unstable or experimental, then you will get upgrades within that suite until those packages migrate down to unstable or testing. The apt pinning needs priorities lower than 990 and equal to or higher than 500 for this to work nicely. You can also pin some packages to unstable/experimental that you always want the latest versions of.

It is a good idea to install security updates from unstable since they take extra time to reach testing and the security team only releases updates to unstable. If you have unstable in your apt sources but pinned lower than testing, you can automatically add temporary pinning for packages with security issues fixed in unstable using the output of debsecan.

Raphael,

Thanks for the downvote.

I didn’t downvote any of your posts, have fun being toxic.

Raphael,

Although this is useful information, gratuitous displays of hubris are gross.

Oh, looks like I hit a nerve.

It is a good idea to include unstable and experimental in your apt sources so that you have access to newer packages when needed. With the APT::Default-Release apt config setting or with apt pinning you can have packages from testing by default but if you manually upgrade some packages to unstable or experimental, then you will get upgrades within that suite until those packages migrate down to unstable or testing. The apt pinning needs priorities lower than 990 and equal to or higher than 500 for this to work nicely. You can also pin some packages to unstable/experimental that you always want the latest versions of.

It is a good idea to install security updates from unstable since they take extra time to reach testing and the security team only releases updates to unstable. If you have unstable in your apt sources but pinned lower than testing, you can automatically add temporary pinning for packages with security issues fixed in unstable using the output of debsecan.

And that’s why Windows users say Linux is for nerds. At that point it would easier to switch to Arch, or at least just use Sid and maybe set up some rollback mechanisms.

_HR_,

Just keep in mind that you will not be receiving speedy security updates, and in some cases you will need to wait for quite a while before packages you have will be updated (weeks, maybe longer).

If you want a proper rolling release distro that is not Arch/Gentoo/Void/Nix/GuixSD, you could go for openSUSE, which provides a rolling release distro with a system rollback feature by default. Nice, easy to use GUIs for whatever you need. Although openSUSE also is sometimes a bit slow with the security updates for some packages, it’s nowhere near as slow as Debian testing.

tubbadu,

thanks for the answer! I am also considering openSUSE

snor10,

I have had a great experience with tumbleweed.

TunaCowboy,

Integrating debsecan with apt and pulling security updates from experimental and unstable is trivial as demonstrated here.

_HR_,

What you’re proposing is creating a Frankendebian, which Debian explicitly warns against doing. The proper way of getting security patches from unstable would be to pull the source debs and compile it yourself against the current Debian testing base.

This lane of thinking however seems to be completely misguided when it comes to the target audience here, that is, a user who is not even experienced with Linux in general enough to know about various rolling release distros. Telling a user this inexperienced to go with either of those is in bad taste at the very least.

mudamuda,

The problem with Debian testing is that packages are not fresh, neither packages are fresh in sid. So, Debian is not a replacement for rolling distros like Arch Linux or openSUSE Thumbleweed

tubbadu,

why not? I installed it in a VM and the packages seems all up to date (except for firefox because it uses firefox-esr)

mudamuda,

Where can I track package versions without installing? packages.debian.org/trixie/ and packages.debian.org/unstable/ show outdated packages.

Kierunkowy74,
Kierunkowy74 avatar

https://repology.org
Debian testing is Debian 13

lengsel,

The benefit of testing branch is it's still nit quite so bleeding edge, and updating from testing branch every week means you'll never have to install new stable releases, you'll already be running it.

While the testing branch is stable, if you want even more assurance of consistant stabilty, use Devuan testing branch, which is Debian without systemd.

tubbadu,

thanks for the answer! In your experience, is Devuan more stable than classical Debian? I’ve never used a non-systemd distro, so I don’t really know what to expect from it

lengsel,

Yes, Devuan is more stable. It's not modified or forked, it's still Debian .deb files but with a different init system.

The difference is systemd is one thing to handle everything. The other inits are launched or initiated each time something thing starts on an individual basis.

I have heard that systemd has greatly improved, but a different init starts a new process ID for each separate program so if something locks or freezes, it affects that one inidividual init process. For systemd, which runs system wide to handle everything, if one program locks, systemd has to make adjusts for the whole system to fix the problem.

I also tried Artix, which is native Arch without systemd, and while it was still a rolling system like Arch, I found Artix to run smoother or lighter than Arch.

Some people find command line with systemd easier to do becase it is one centrslized control system, I say no, what you gain in ease of management you lose in optimal performance and precise control over each individual one, as opposed to systemd being a blanket system. I want Firefox running an isolated process from the one that Plasama desktop is running, each sith their own init started only when each one was started and not controlled by a shared resource.

tubbadu,

super clear answer! thanks!

words_number,

I’ve been using it for 5 years on laptop and desktop and I’ve had very few issues since then. Imo it offers the best trade-off between up to date packages (and availability of packages and repos), rolling release and stability. I don’t see any reason to switch distros anytime soon.

More details: I’m using xfce and I’ve installed firefox from the unstable branch (via apt pinning) because I wanted it to be more bleeding edge.

tubbadu,

thanks for the answer! I have installed it on a VM and noticed that only firefox-esr is present, which is a couple of versions behind. Why isn’t a “normal” firefox package included? and also, does installing firefox from the unstable branch causes any problems to other packages, conflicts, etc, or is it completely safe?

rstein,

That is standard in all of Debian, just get it as a flatpack.

words_number,

Yes, that’s why I installed it from unstable. The ESR version is an older version with added security patches. I’m not sure, why exactly they are doing it like that and I don’t think it’s a good idea. I’d say a browser should be as up to date as possible for both, bug fixes AND new features. But it worked flawlessly using the “unstable” firefox package. Another option would be the flatpak, but that’s not that well integrated into the system - last time I tried that, the font rendering in the browser was awkward. I use some other flatpaks though, most notably gimp and inkskape which work really well and are very up to date that way.

Monologue,

i encountered the font rendering bug as well, it seemed to be caused by x11 font packages and simply removing those with

sudo apt remove xfonts-base xfonts-100dpi xfonts-75dpi

solved the problem, here is a more detailed explanation

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • GTA5RPClips
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • kavyap
  • InstantRegret
  • JUstTest
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • provamag3
  • lostlight
  • All magazines