In Place Upgrade Debian 10 Buster to 11 Bullseye

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



Duration: 1:25
1,007 views
9


#Debian #Linux #Upgrade

Full steps can be found at https://i12bretro.github.io/tutorials/0538.html

   01. Log into the Debian 10 device
   02. Run the following commands in a terminal window
         # clean apt cache
         sudo apt clean
         # update apt repositories to bullseye
         find /etc/apt -type f -name "*.list" -print0 | xargs -0 sudo sed -i.bak "s/buster\/updates/bullseye-security/g;s/buster/bullseye/g"
         # update software repositories
         sudo apt update
         # install software updates
         sudo apt dist-upgrade -y
         # clean apt cache
         sudo apt clean
         # reboot
         sudo reboot now
   03. That's it, Debian 10 Buster has been updated in place to Debian 11 Bullseye
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
How To
Tutorial
i12bretro
Upgrade
Update
In Place Upgrade
Debian
Bullseye