ibi

debian distro upgrade

ibi
Sep 21st, 2024
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. apt update
  2. apt upgrade
  3. apt autopurge
  4. nano /etc/apt/sources.list
  5.  -> replace "bullseye" with "bookworm"
  6. apt clean
  7. apt autoclean
  8. apt update
  9. apt upgrade --without-new-pkgs
  10. apt full-upgrade
  11. reboot
  12. apt autopurge
Advertisement
Add Comment
Please, Sign In to add comment