this post was submitted on 18 Apr 2025
50 points (94.6% liked)

Open Source

35974 readers
540 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 5 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 ?

all 29 comments
sorted by: hot top controversial new old
[–] kibiz0r@midwest.social 32 points 1 day ago (1 children)

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.

[–] Archr@lemmy.world 9 points 1 day ago

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

This is probably the reason why most distros will have the home directory on a separate partition. To easily allow you to keep your most important data when reinstalling or switching to a new distro.

[–] A_norny_mousse@feddit.org 36 points 2 days ago

Theoretically yes, practically no.

+1 for openSUSE btw.

[–] Wimster@lemmy.wtf 15 points 1 day ago (3 children)

THANK YOU ALL for your replies. I'll do a clean install and made a backup of my files (was not difficult bc most stuff I have in the cloud). I'm moving indeed from Mint to OpenSuse Tumbleweed. I don't know exactely why, but it seems to me an interesting thing to do. Still figuring out what distro fits me best.

[–] radio_free_asgarthr@hexbear.net 5 points 1 day ago (1 children)

A useful setup for the future is to keep home as a separate partition. Then you should be able to reinstall a different distro on the root partition and have all the data carried over. There is some bleed over in that all your dotfiles will carry over, but usually that doesn't break anything and is usually a plus (e.g. all your firefox addons and preferences will immediately be applied in the new install)

[–] slacktoid@lemmy.ml 2 points 1 day ago

This.. This is a just good practice. That way you can go buck wild on your home partition. Additionally, you'll never accidentally have to deal with booting into your system with 0 free space on root. It's an easy fix but why have to deal with it

[–] cRazi_man@lemm.ee 4 points 1 day ago

Excellent choice. I did the same last year. I'm still on Tumbleweed.

[–] themadcodger@kbin.earth 1 points 1 day ago

Welcome to distro hopping! If at some point in the future you want to try another out but don't want to start from scratch, there are ways to demo them to get a feel and see if it's something you'd like to take the effort to wipe and install.

[–] ExtravagantEnzyme@lemm.ee 15 points 2 days ago (2 children)

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.

[–] chaosCruiser@futurology.today 10 points 2 days ago* (last edited 1 day ago) (1 children)

I’ve read some stories of someone transmuting Ubuntu into Debian or something like that. It requires lots of knowledge of both systems, plenty of time, and infinite patience. The two distributions should be somewhat closely related in order to make this gargantuan project even remotely feasible. If you’re jumping from Arch to Gentoo, you might as well just do LFS while you’re at it.

[–] A_norny_mousse@feddit.org 5 points 2 days ago

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.

This is what I thought. Preferably “from the outside” i.e. while the system isn’t running. But all you “saved” in the end is the filesystem the original OS was installed on, and possibly personal data (which probably is the reason OP is even asking).

[–] nrbray@lemmy.ml 4 points 1 day ago

+1 for NixOS. My desire to have a reproduceable system got me to this and does just the job for me.

[–] diesch@loma.ml 6 points 1 day ago

@Wimster Yes, but it takes much longer and requires a very good knowledge of your future distro.

You need to manually unpack packages of your future distro ijnto soem folder to create a chroot environment that is able to run the package manager of your future distro. Chroot into that and install the software for a minimal bootable environment. Move your new distro environment to the root dir of your partition, remove the old stuff and configure your boot manager. Then you can boot into your new minimal distro and install whatever you want.

Debian has some programs to help you with the first steps, like debootstrap (for .deb based distros) and rinse (for .rpm based distros, like OpenSUse).

[–] Cris_Color@lemmy.world 6 points 1 day ago* (last edited 1 day ago)

For all intents and purposes different Linux distros are different operating systems, built with some number of overlapping components (including the Linux kernel after which they're named) so unfortunately no :/

Best of luck to you in whatever changes you decide you wanna pursue!

[–] Tapionpoika@lemmy.ml 1 points 1 day ago* (last edited 1 day ago)

From very stable and boring distro to rolling release distro is good experiment. Rivals to your future choice are Manjaro, Arch, maybe Fedora. Are you certain about the SuSE? 😉

[–] squire3@lemmy.world 2 points 1 day ago (1 children)

What made you want to make the switch? I’m currently on Mint

[–] Wimster@lemmy.wtf 2 points 1 day ago (2 children)

I'm still in the fase of exploration. When using Windows, you just have 1 choice. I just want to discover what suits me best. So nothing against Linux Mint. It's great, but maybe OpenSuse is better for me? I don't know.

[–] dave@lemmy.wtf 1 points 14 hours ago

just in case you dont know, Distrosea lets you try various distros online which is handy just for getting a quick idea what the UI is like

for trying out different distros using the live USB method, Ventoy is a good option since it lets you have multiple ISO files on your USB drive at once, instead of having to reformat your USB each time

[–] hansolo@lemm.ee 3 points 1 day ago

Just boot to a USB for a low-risk test.

[–] pastermil@sh.itjust.works 4 points 2 days ago

There's nothing stoping you from gutting your distro and installing new kernel, libc, package manager, toolchain, and all the other components. The GUI should be trivial as people have change back and forth among different ones (within the same distro) anyway, assuming your package manager.

Of course, this begs the question: why the fuck would you do that instead of just installing a new one fresh?

[–] FlexibleToast@lemmy.world 2 points 2 days ago

Somebody the other day asked what the point of the immutable desktops are. Well, ostree can do this. Granted, you have to stay within the ostree ecosystem. However, you can rebase from one ostree distro to another.

[–] abrahambelch@programming.dev 2 points 2 days ago (1 children)

That depends on a couple of things:

If you have a separate partition for /home (your personal data) it is pretty easy since you can reinstall the system, leave /home untouched during installation and just configure it to be used as /home in your new setup.

This does not work if you either do not have a separate /home partition or you encrypt your system via LUKS.

It technically still is possible in the aforementioned cases but involves expert knowledge and probably a lot of manual steps which I'd say for you and me it probably is impractical.

[–] bjoern_tantau@swg-empire.de 2 points 2 days ago (1 children)

It's totally unproblematic to use an existing encrypted partition even without a separate home partition. You just unlock your drive and delete everything except for home. Never encountered a single installer that couldn't handle it.

[–] Kornblumenratte@feddit.org 5 points 2 days ago

Might be wise to not accept the offer of the installer to partition the device in this case. That's self–evident to anyone who lived through losing data, not so for beginners.

[–] Rogue@feddit.uk -1 points 1 day ago

As others have said, not with Linux Mint.

However if you were running an atomic distro such as Aurora, Bazzite, Project Bluefin, or Fedora Silverblue you can "rebase" from one to another.

With an atomic distro all the system files are immutable, you can read them but only the OS can change them. As there's a clear distinction from user files (anything in /var or /home) the OS can simply replace all the system components with a new distro and re-mount your files.