fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:debian:apt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:debian:apt [2026/03/07 22:21] – [Upgrade] gsyslinux:debian:apt [2026/03/08 13:40] (current) gsys
Line 27: Line 27:
 <code> <code>
 sudo apt install -y screen && screen sudo apt install -y screen && screen
-sudo sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list +sudo sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list                              # Debian 11 -> Debian 12 
-sudo find /etc/apt/sources.list.d -type f -exec sed -i 's/bullseye/bookworm/g' {} \; +sudo find /etc/apt/sources.list.d -type f -exec sed -i 's/bullseye/bookworm/g' {} \;   # Debian 11 -> Debian 12 
-sudo sed -i 's/bookworm/trixie/g' /etc/apt/sources.list +sudo sed -i 's/bookworm/trixie/g' /etc/apt/sources.list                                # Debian 12 -> Debian 13 
-sudo find /etc/apt/sources.list.d -type f -exec sed -i 's/bookworm/trixie/g' {} \;+sudo find /etc/apt/sources.list.d -type f -exec sed -i 's/bookworm/trixie/g' {} \;     # Debian 12 -> Debian 13
 sudo apt update && sudo apt full-upgrade sudo apt update && sudo apt full-upgrade
 sudo systemctl reboot sudo systemctl reboot
 sudo apt autoremove && sudo apt clean sudo apt autoremove && sudo apt clean
 +sudo systemctl --failed
 </code> </code>
linux/debian/apt.1772918475.txt.gz · Last modified: by gsys