this post was submitted on 18 Apr 2025
2 points (100.0% liked)

Open Source

46871 readers
90 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Question: I'm running Linux Mint right now. Is it possible to change distro to ... for example OpenSuse - without a clean install ?

top 2 comments
sorted by: hot top controversial new old
[–] kibiz0r@midwest.social 1 points 1 year ago

The real question is all the stuff beyond just having the distro installed. The packages, the services, the configs, the application data.

If you leave all that stuff the way it was installed via the old package manager, it may have some bad assumptions baked in and may be incompatible with packages you install with the new package manager.

And if you clear all of it out and reinstall it, have you really gained anything vs. just doing a clean install?

There’s a reason you have a home dir. Just copy that forward along with whatever other config files you might’ve customized.

Btw, if the ability to make drastic changes while still maintaining continuity is an important feature for you, maybe check out NixOS.

[–] ExtravagantEnzyme@lemm.ee 1 points 1 year ago

No, the package systems, management tools, and configs for Debian (what Mint uses) and OpenSUSE are different. Technically, if you had tons of time and a solid understanding of Linux inside and out, you might be able to pull it off, but it's not worth the hassle at all.