this post was submitted on 17 Mar 2025
5 points (85.7% liked)

Debian operating system

3066 readers
3 users here now

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.

founded 5 years ago
MODERATORS
 

I have a few (~5) applications where the version in the debian stable repos is to old for me. Examples would be podman and restic. I found out that the version for testing are recent enough. Is it possible to install specific apps from testing while the default is stable?

you are viewing a single comment's thread
view the rest of the comments
[–] Zenlix@lemm.ee 1 points 1 day ago (1 children)

What would I need to do to switch?

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

Can you post the contents of your /etc/apt/sources.list file? Presumably it's as simple as changing all the bookworm references to trixie.

[–] Zenlix@lemm.ee 1 points 10 hours ago (1 children)

I removed all comments for simplicity.

deb http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free

deb http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free

deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
[–] bradboimler@lemmy.world 2 points 8 hours ago (1 children)

Here is the official upgrade documentation

TL;DR

  1. Back up anything important
  2. Change bookworm to trixie, bookworm-security to trixie-security, and bookworm-updates to trixie-updates in your sources.list
  3. sudo apt update
  4. sudo apt full-upgrade

Pay attention to your full-upgrade. Good luck.

[–] Zenlix@lemm.ee 2 points 4 hours ago