Jump to content

Recommended Posts

Posted (edited)

I recently updated from bookworm to trixie, here's how i did it:

 

commands:

sudo apt update
sudo apt upgrade -y
sudo cp -p /etc/apt/sources.list /etc/apt/sources.list.bak
sudo sed -i 's,bookworm,trixie,g' /etc/apt/sources.list
sudo apt dist-upgrade

 

/etc/apt/sources.list :

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

deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
# deb-src http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware

deb http://deb.debian.org/debian trixie-backports main contrib non-free non-free-firmware
# deb-src http://deb.debian.org/debian trixie-backports main contrib non-free non-free-firmware

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

 

 

Edited by Dantes
Posted

You should also be updating your /etc/apt/sources.list.d/armbian.list as well (otherwise you will be mixing bookworm armbian packages with trixie debian packages)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines