In-Place Upgrade Debian 11 Bullseye to 12 Bookworm

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=nMFtCDRz0YA



Category:
Vlog
Duration: 1:37
518 views
15


#Debian #Linux #Bookworm

Full steps can be found at https://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 https://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: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Bookworm
Bullseye
Debian
Debian 11
Debian 11 Bullseye
Debian 12
Debian 12 Bookworm
Home Lab
Home Lab Ideas
How To
In Place Upgrade
In-Place Upgrade
Linux
Tutorial
Update
Update Debian 11 To Debian 12
Upgrade
Upgrading Debian In Place
i12bretro