kevinjohnson7890

Upgrade from Debian Stable to Debian Sid

Jan 6th, 2023
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ----------------------------------------------------------
  2. HOW TO UPGRADE DEBIAN "STABLE" TO DEBIAN "UNSTABLE SID"
  3. -----------------------------------------------------------
  4. sudo mv /etc/apt/sources.list /etc/apt/sources.list.old
  5. sudo mv /etc/apt/sources.list.d /etc/apt/sources.list.d.old
  6. sudo mkdir /etc/apt/sources.list.d
  7.  
  8. sudo nano /etc/apt/sources.list
  9. deb http://deb.debian.org/debian sid main contrib non-free
  10. deb-src http://deb.debian.org/debian sid main contrib non-free
  11. --exit
  12. sudo apt update
  13. sudo apt upgrade
  14. sudo apt dist-upgrade
  15.  
  16. --if there are problems
  17. sudo apt update --fix-missing
  18. ------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment