topic title: Long Update...
Posts: 7
nero
Joined: 19 Nov 2007
#1
I d/l Antix 8 roughly four days ago. I installed it on an old portable after making sure all was well with the live cd. Great, not a problem, I'll probably keep it on this computer permanently, however... When I tried to update by way of synaptic, it registered 243 M of updates. I use a wireless connection. That would be veeeeery many hours of d/l time, not to mention installation time. Isn't the version on the site the newest? Why such a big update?

No, I won't d/l again. I'll keep this version on the computer but I'd like to know how to make the process less of a drudge to update the installation I already have? Or at least cut some time or megs.

Nero
_____
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Hi.

antiX uses the Testing repos of Debian by default, which meand it is a 'rolling' release ie once installed no need to install a later version, just keep updating the apps. This is why you are seeing such a big download.
You can change the repos to point to only Debian Stable if you wish and that would reduce the number of upgrades considerably.
You could also just install some stuff from the MEPIS repo, for example since release of antiX, MEPIS upgraded its kernel. You may or may not want to do so.

For a Stable system, your /etc/apt/sources.list would look like this:

Code: Select all

# See sources.list(5) for more information

#Mepis8
deb ftp://ftp.mepis.com/mepis/ mepis-8.0 main 

# Debian
deb http://ftp.de.debian.org/debian/ stable main contrib non-free 
#deb http://ftp.de.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free 
#deb-src http://ftp.de.debian.org/debian/ stable main contrib non-free 
 
# mplayer
deb http://www.debian-multimedia.org stable main
#deb http://www.debian-multimedia.org testing main

# wicd
deb http://apt.wicd.net debian extras