Anyone use Debian or OpenSuse LEAP?

Page 4 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

lxskllr

No Lifer
Nov 30, 2004
60,061
10,547
126
Next step for me is finding out how to upgrade from debian 13 to 14 over the next 2 years so when the time comes I can do it without a clean install and not formatting /home drive.

Must be a guide somewhere.
Best to read the release notes. There's a specific page for every release. Here's the ones for upgrading to trixie...


They're very thorough, and use a lot more care than I do. I make sure all important data is backed up, fully update the existing install, update the sources list, then upgrade.

For example. I'm running bookworm...

Code:
apt update && apt upgrade

Now bookworm is fully updated, so I change my sources list to either trixie or stable. Using the release name locks you into that. You won't ever get anything else. Using the generic term "stable" tracks the stable branch, and you can get new packages beyond trixie after it's been released, but not before.

Code:
apt full-upgrade
 
  • Love
Reactions: Indus

Indus

Lifer
May 11, 2002
16,069
11,164
136
Best to read the release notes. There's a specific page for every release. Here's the ones for upgrading to trixie...


They're very thorough, and use a lot more care than I do. I make sure all important data is backed up, fully update the existing install, update the sources list, then upgrade.

For example. I'm running bookworm...

Code:
apt update && apt upgrade

Now bookworm is fully updated, so I change my sources list to either trixie or stable. Using the release name locks you into that. You won't ever get anything else. Using the generic term "stable" tracks the stable branch, and you can get new packages beyond trixie after it's been released, but not before.

Code:
apt full-upgrade
Thank you.. I did read through that.

This is the part I'd be nervous about.. since I've never done it before..

1760966151169.png

It's also why I tried LMDE 7 first because it's quite simple to upgrade the distros.. just do some mouse clicks.

I'll just have to get comfy with it.. but I can tell you now.. I'm loving Debian with KDE.. it just works!
 
  • Like
Reactions: lxskllr and Zepp

lxskllr

No Lifer
Nov 30, 2004
60,061
10,547
126
It's easy. Just open up the list as administrator and change every instance of "bookworm" to "trixie". It can be done with find/replace. I'd probably recommend using the release name instead of the branch, eg "stable". That way there's no surprises. You get upgraded when you're sure you want to upgrade. Just have to change the source list every couple years.
 
  • Like
Reactions: Indus and Zepp

Indus

Lifer
May 11, 2002
16,069
11,164
136
BTW I should mention a little problem I had with Fedora/ Ultramarine/ Bazzite.. I didn't want to pile on and was just happy to get rid of Windows.

I sometimes download and save youtube videos that I find useful.. (for example how to do a brake job on this car model etc.. stuff you need to repeat every once in a while but not everyday and you don't want to mess it up).

Despite me telling the browsers where I wanted to download it.. it kept downloading somewhere else. This is despite me changing settings in adminstrator/ root mode and practically doing every suggestion I could find. Eventually I just stuck the default download folder to my remembered settings and I'd move the file over to my saved data folder on another drive.

But in debian.. just tell it where I want it downloaded once.. and it works like it's supposed to!

Debian is not the latest and greatest but it just works!
 
  • Like
Reactions: lxskllr