William Torrez Corea wrote: > *How can I upgrade my distribution?* > I have Debian 11 bullseye. I want have Debian 12 "bookworm" > > I execute the command: > > apt-get update > > apt upgrade > > apt dist-upgrade
Step 0 is to change your /etc/apt/sources.list and anything in /etc/apt/sources.list.d/* to point to bookworm instead of bullseye. e.g.: deb http://debian.mirror.constant.com/debian bookworm main contrib non-free non-free-firmware deb http://ftp.us.debian.org/debian/ bookworm-updates main contrib non-free deb https://deb.debian.org/debian-security bookworm-security main contrib and then do the three steps again, solve any final issues, and reboot. -dsr-