Posts: 32
ponse
Joined: 21 Jul 2016
#1
howdy folks ...


as title says ... how to upgrade to testing from 16 antiX ? __{{emoticon}}__


tia !
Posts: 99
spaceman
Joined: 07 Feb 2013
#2
As 'su' open the following two files with your favourite editor and place a '#' infront of the stable reops and remove the '#' from the testing repos. Like this:

/ etc/apt/sources.list.d/antix.list

# Use with Debian Stable/Jessie repositories. Set as default for antiX-16.
#deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://nl.mxrepo.com/antix/jessie"
linktext was:"http://nl.mxrepo.com/antix/jessie"
====================================
jessie main nosystemd
# Use with Debian Testing repositories.
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://nl.mxrepo.com/antix/testing"
linktext was:"http://nl.mxrepo.com/antix/testing"
====================================
testing main nosystemd

# Use with Debian Sid repositories.
#deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://nl.mxrepo.com/antix/sid"
linktext was:"http://nl.mxrepo.com/antix/sid"
====================================
sid main nosystemd

and / etc/apt/sources.list.d/debian.list

# Note:If you want maximum stability, keep to the default Stable/Jessie repos.
# Jessie is the new stable release and will only recieve security
# updates, while Testing will be 'rolling'.

# Debian Stable. Default for antiX-16.
# Use for maximum stability INSTEAD of the 'rolling' TESTING release concept.
#deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.uk.debian.org/debian/"
linktext was:"http://ftp.uk.debian.org/debian/"
====================================
jessie main contrib non-free
#deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.uk.debian.org/debian/"
linktext was:"http://ftp.uk.debian.org/debian/"
====================================
jessie-updates main contrib non-free
#deb-src
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.uk.debian.org/debian/"
linktext was:"http://ftp.uk.debian.org/debian/"
====================================
jessie main contrib non-free

# Debian Testing.
# Testing enabled for 'rolling' release.
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.uk.debian.org/debian/"
linktext was:"http://ftp.uk.debian.org/debian/"
====================================
testing main contrib non-free
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.uk.debian.org/debian/"
linktext was:"http://ftp.uk.debian.org/debian/"
====================================
testing-updates main contrib non-free

#deb-src
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.uk.debian.org/debian/"
linktext was:"http://ftp.uk.debian.org/debian/"
====================================
testing main contrib non-free
...

at the command line issue sudo apt-get update and if you receive no errors: sudo apt-get dist-upgrade (I'd exit the desktop environment to do a dist-upgrade personally).
Posts: 32
ponse
Joined: 21 Jul 2016
#3
thank you so much !