DEV Community

Discussion on: How long lived is your Linux, before next clean install?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

I found out that Distro / DE hopping isn't a problem, as long as you backup ~/*; specifically, ~/.local, ~/.config, ~/.mozilla and ~/.*; but please ls -a to check first.

Also, now I need *.deb or *.rpm support, for closed source packages. debtap doesn't always work.

So, I am back to Ubuntu (+triple boot Arch, Windows). But dkpg / deb isn't as convenient as yay, or even pacman... (Still, Synaptic Package Manger is much more decent than tkPacman or pamac-aur.)

Another problem is, sometimes, maybe often, compiling takes a very long time; including ungoogled-chromium and linux-rt.

xkcd.com/303/

Collapse
 
flyingcakes profile image
Snehit Sah

I haven't yet tried debtap. For ungoogled chromium, you can get a pre-built binary from chaotic aur repo aur.chaotic.cx/
Linux-rt is available in disastrous aur. These are third party repos so Arch devs take no responsibility. Chaotic AUR is popular, and comes with Garuda Linux too. But they can be a hassle. Ubuntu is better when it comes to binary packages support.

To search packages in unofficial repo, you can use this site : pkgs.org/

About distro hopping - I used to do that a lot until 2019. I had separate home partition so I did not lose any data or app configs. Now I have a single partition installation for simplicity's sake.