2016-03-23

How to upgrade Linux Debian stable to Linux Debian testing

Change /etc/apt/sources.list as below:

deb http://ftp.ch.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.ch.debian.org/debian/ testing main contrib non-free

#old version format of security repository
#deb http://security.debian.org/ testing/updates main contrib non-free
#deb-src http://security.debian.org/ testing/updates main contrib non-free

#new version format of security repository (after Buster)
deb http://security.debian.org testing-security main contrib non-free
deb-src http://security.debian.org testing-security main contrib non-free

# xxxx-updates, previously known as 'volatile'
deb http://ftp.ch.debian.org/debian/ testing-updates main contrib non-free
deb-src http://ftp.ch.debian.org/debian/ testing-updates main contrib non-free

From https://wiki.debian.org/Status/Testing

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.