In-Place Upgrade Debian 11 Bullseye to 12 Bookworm @i12bretro
In-Place Upgrade Debian 11 Bullseye to 12 Bookworm  @i12bretro
Uploaded July 2023 | Updated September 2026, 2 weeks ago
#Debian #Linux #Bookworm

Full steps can be found at i12bretro.github.io/tutorials/0556.html

   01. Log into the Debian 11 device
   02. Run the following commands in a terminal window
         # clean apt cache
         sudo apt clean
         # update apt repositories from bullseye to bookworm
         find /etc/apt -type f -name "*.list" -print0 | xargs -0 sudo sed -i.bak "s/bullseye/bookworm/g"
         # add optional non-free repos
         echo "deb deb.debian.org/debian bookworm main contrib non-free non-free-firmware" | sudo tee /etc/apt/sources.list
         # update software repositories
         sudo apt update
         # install software updates
         sudo apt dist-upgrade -y
         # remove unnecessary packages
         sudo apt autoremove -y
         # clean apt cache
         sudo apt clean
         # reboot
         sudo reboot now
   03. That's it, Debian 11 Bullseye has been updated in place to Debian 12 Bookworm
 


### Connect with me and others ###
★ Discord: discord.com/invite/EzenvmSHW8
★ Reddit: reddit.com/r/i12bretro
★ Twitter: twitter.com/i12bretro
In-Place Upgrade Debian 11 Bullseye to 12 BookwormInstall Actual Budget - Open Source Finance Management - on WindowsRoll Your Own Asset Management System with Snipe-ITRaspberry Pi 4 vs Raspberry Pi 5Installing phpBB Forum/Bulletin Board on WindowsInstall Invoice Plane - Invoice and Payment Manager - On WindowsInstalling RedMine Project Management Software on LinuxSetting up LDAP Authentication for OPNSenseInstall MyBB - Open Source Forum Software - on WindowsRun AdGuard Home - Cross Platform Pi Hole Alternative - in DockerCreate and Apply SSL Certificate to OpenWRT LuCI Web InterfaceSelf-hosted Wikipedia Style Wiki with MediaWiki on Windows
i12bretro |

In-Place Upgrade Debian 11 Bullseye to 12 Bookworm

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER