Difference between revisions of "Upgrade Debian Linux to Unstable"

From Aram's Wiki
Jump to: navigation, search
(Created page with "See https://wiki.debian.org/DebianUnstable. Basically: cat <<EOF >/etc/apt/sources.list deb http://deb.debian.org/debian unstable main deb http://deb.debian.org/debian-de...")
 
Line 1: Line 1:
 
See https://wiki.debian.org/DebianUnstable.
 
See https://wiki.debian.org/DebianUnstable.
  
Basically:
+
Basically (as root):
 
+
su -
 
  cat <<EOF >/etc/apt/sources.list
 
  cat <<EOF >/etc/apt/sources.list
 
  deb http://deb.debian.org/debian unstable main
 
  deb http://deb.debian.org/debian unstable main

Revision as of 23:58, 31 August 2018

See https://wiki.debian.org/DebianUnstable.

Basically (as root):

su -
cat <<EOF >/etc/apt/sources.list
deb http://deb.debian.org/debian unstable main
deb http://deb.debian.org/debian-debug unstable-debug main
deb http://deb.debian.org/debian-ports unstable main
EOF
apt-get update
apt-get -y dist-upgrade