Tech News
← Back to articles

What to expect from Debian/Trixie

read original related products more articles

Debian v13 with codename trixie is scheduled to be published as new stable release on 9th of August 2025.

I was the driving force at several of my customers to be well prepared for the upcoming stable release (my efforts for trixie started in August 2024). On the one hand, to make sure packages we care about are available and actually make it into the release. On the other hand, to ensure there are no severe issues that make it into the release and to get proper and working upgrades. So far everything is looking pretty well and working fine, the efforts seemed to have payed off. :)

As usual with major upgrades, there are some things to be aware of, and hereby I’m starting my public notes on trixie that might be worth for other folks. My focus is primarily on server systems and looking at things from a sysadmin perspective.

Further readings

As usual start at the official Debian release notes, make sure to especially go through What’s new in Debian 13 + issues to be aware of for trixie (strongly recommended read!).

Package versions

As a starting point, let’s look at some selected packages and their versions in bookworm vs. trixie as of 2025-07-20 (mainly having amd64 in mind):

Package bookworm/v12 trixie/v13 ansible 2.14.3 2.19.0 apache 2.4.62 2.4.64 apt 2.6.1 3.0.3 bash 5.2.15 5.2.37 ceph 16.2.11 18.2.7 docker 20.10.24 26.1.5 dovecot 2.3.19 2.4.1 dpkg 1.21.22 1.22.21 emacs 28.2 30.1 gcc 12.2.0 14.2.0 git 2.39.5 2.47.2 golang 1.19 1.24 libc 2.36 2.41 linux kernel 6.1 6.12 llvm 14.0 19.0 lxc 5.0.2 6.0.4 mariadb 10.11 11.8 nginx 1.22.1 1.26.3 nodejs 18.13 20.19 openjdk 17.0 21.0 openssh 9.2p1 10.0p1 openssl 3.0 3.5 perl 5.36.0 5.40.1 php 8.2+93 8.4+96 podman 4.3.1 5.4.2 postfix 3.7.11 3.10.3 postgres 15 17 puppet 7.23.0 8.10.0 python3 3.11.2 3.13.5 qemu/kvm 7.2 10.0 rsync 3.2.7 3.4.1 ruby 3.1 3.3 rust 1.63.0 1.85.0 samba 4.17.12 4.22.3 systemd 252.36 257.7-1 unattended-upgrades 2.9.1 2.12 util-linux 2.38.1 2.41 vagrant 2.3.4 2.3.7 vim 9.0.1378 9.1.1230 zsh 5.9 5.9

Misc unsorted

The asterisk package once again didn’t make it into trixie (see #1031046)

... continue reading