Debian 13.6 “Trixie” Released with 124 Bug Fixes and 120 Security Updates 🥳

https://www.debian.org/News/2026/20260711

100 points · 7 comments · view on lemmy.world

7 Comments

solrize@lemmy.ml · 22 pts · 35d (4 replies)

Remember you have to say apt dist-upgrade to get the minor version bump.

digdilem@lemmy.ml · 18 pts · 35d (1 reply)

Um, do you? I don't seem to need to, never had except for major release updates and changing sources.

Just now;

root@backups:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.5

Then "apt update" and "apt upgrade" followed by "reboot" and

root@backups:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.6

(My history)

 497  apt update
  498  cat /etc/os-release
  499  apt upgrade
  500  reboot
  501  uname -a
  502  cat /etc/os-release
  503  history
dislabled@lemmy.ml · 7 pts · 35d

Afaik apt-get upgrade would not add or remove packages, where dist-upgrade would. However apt upgrade will install new packages but not remove any. Where full-upgrade (new naming, but dist-upgrade is also kept for the same function) will also remove packages.

ms_lane@lemmy.world · 9 pts · 35d (1 reply)

I prefer-

aptitude safe-upgrade
mlfh@lm.mlfh.org · 12 pts · 35d

kayzeekayzee@lemmy.blahaj.zone · 2 pts · 35d

dee bee yan

pastermil@sh.itjust.works · 1 pts · 35d

So that's why my system was suddenly pulling a hundred something packages when I randomly check for update.

Good one.