Skip to navigation
Upgrade from bookworm to Trixie
11.08.26
``` sed -i 's/bookworm/trixie/g' /etc/apt/sources.list /etc/apt/sources.list.d/*.list grep -rn trixie /etc/apt/sources.list /etc/apt/sources.list.d/ | grep -v '#' # verify (pgdg line should now read trixie-pgdg) 3. Do the upgrade apt update apt-get install -y dpkg apt apt-get upgrade --without-new-pkgs -y apt-get dist-upgrade -y ```
Reply
Anonymous
Information Epoch 1787652553
Design for simplicity, add complexity only where you must.
Home
Notebook
Contact us