this post was submitted on 18 Apr 2025
46 points (94.2% liked)

Open Source

36125 readers
72 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 ?

you are viewing a single comment's thread
view the rest of the comments
[–] diesch@loma.ml 5 points 5 days 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).