- cross-posted to:
- technology@lemmy.world
- linux@programming.dev
- cross-posted to:
- technology@lemmy.world
- linux@programming.dev
Oh yeah, gonna slap that bad boy on my laptop soon.
And I have some container updates to test!
I’m new to Linux, do you just wipe your computer when switching distros or dual boot or what?
In this scenario if a user is using Debian 12 (Bookworm) and wanted to upgrade to Debian 13 (Trixie) it is possible to do by editing your
/etc/apt/sources.list
file and replacing Bookworm with Trixie.Obviously consult the documentation and backup your files before making drastic changes to your operating system.
Depends wholly on the situation. Right now, I needed Windows for a piece of hardware with no Linux support, so I installed Windows and just steamrolled my earlier openSUSE Leap installation. I will now dual boot with Debian for a while until I no longer need Windows.
When switching distros, you can usually copy your config files over. Or you can have a separate /home partition that doesn’t get wiped. This can cause issues though, due to version and structural differences between distros.
Personally, I only save what I absolutely need, like say browser bookmarks, and prefer to just get a fresh start. So, I just wipe everything. How you want to go about it is up to what you feel comfortable with, however. There’s rarely any one true way to do things in Linux. Free as in Freedom.
Always remember to backup any data before switching distros though. Always.
Ok so you just wipe and reinstall all software every time? I was wondering if there was an easier way to keep everything but I guess it makes sense that Linux is just less automated and all about manual intervention so put in the work haha
This is not the correct take.
For example, the suggestion to put /home on a partition to allow switching distros without data loss is an example of flexibility Windows does not have.
Most of the configuration that makes your desktop unique is held in your home directory, unlike Windows that spreads things across the system (such as the registry).
That said, if you do not know Linux, it is difficult to explain your options in a comment.
I am not sure what Windows automation you are referring to. If you mean upgrades between versions, Linux distros do that too. If you mean automatic migration from other operating systems, I am not aware of any Windows functionality for that.
No windows automation. I’ve just seen a lot of people talk about changing distros and wondered if they start fresh every time or if there’s a way to migrate like Ubuntu to Mint to Fedora while keeping programs (or maybe Ubuntu to Mint as they’re both Debian I think but can’t to Fedora maybe?).
After putting Ubuntu Studio on my laptop from Windows it’s been a bit of work to get it how I like it (and I’m loving it). I’d love to try another distro but starting over again seems like a lot of work.
I recommend anyone to do a backup (I haven’t always and it bit me). However, if you create separate /home partition you can keep that between re-installs, even re-installs of different distros. And you can also share the same home partition between multiple OSs you might have installed at the same time.
Sharing /home between distros can cause issues though: If one distro’s $SOFTWARE is newer that the other distro’s, they will still share the same dotfile configuration, and while most software is designed to deal with older configuration/database/etc files, older software many times cannot deal with newer files.
It’s very nice 🙏
Did a test upgrade on one. Really easy and without trouble. Tomorrow Ansible script to upgrade all.
So should I do a full reinstall or a dist-upgrade?
dist-upgrade is a lot faster and easier, and is usually well tested
I upgraded my distro relatively easily, had to purge and reinstall my nvidia packages & driver but other than that we’re back in action almost as if nothing changed.
KDE got a bit fancier with Plasma 6, a lot of themes no longer work.
I read the upgrade notes and nothing seems changed for my setup (intel igpu and xfce4) so i’ll wait for a few weeks and probably do an upgrade then
You will get XFCE 4.20 at least. You can run Wayland now if you use Labwc as a compositor.
Even as a Wayland fan though, I would stay on Xorg for now if you are using XFCE.
I’ve done 3 dist-upgrades… Just read the release notes and if not, at least the warnings that show up during the apt upgrade process… Dont just hit “yes” or “quit” on all the text