Hello,
Let me tell you at first that i am newbie to linux and Debian environment. I currently have Debian v3.1 Sarge edition running on my system which i installed yesterday only. I recently modified my /ect/apt/sources.list file to get faster uploads and i dont get any errors but i am not sure if the settings are good enough for the system to get updated regularly with stable updates?? My current sources.list looks the following way:
Code:
#deb file:///cdrom/ sarge main
#### Original Ones ####
#deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-1 (20050607)]/ unstable contrib main
#deb http://security.debian.org/ stable/updates main contrib
#### New Ones ####
deb ftp://ftp.de.debian.org/debian-non-US/ stable/non-US main
deb ftp://ftp.de.debian.org/debian-non-US/ stable/non-US contrib
deb ftp://ftp.de.debian.org/debian-non-US/ stable/non-US non-free
deb http://packages.dotdeb.org/ stable all
deb-src ftp://ftp.de.debian.org/debian-non-US/ stable/non-US main
deb-src ftp://ftp.de.debian.org/debian-non-US/ stable/non-US contrib
deb-src ftp://ftp.de.debian.org/debian-non-US/ stable/non-US non-free
deb-src http://packages.dotdeb.org/ stable all
Since i am living in Hamburg, Germany i went to the Debian full mirrors list and browsed for Germany and using netselect i found that for
http://ftp.de.debian.org i am getting max. return value so i set this url in my sources.list. I am not sure if i need all the three main, contrib or non-free in my sources.list. I actually didn't understand what are the differences between each? And regarding the
http://packages.dotdeb.org i added it because later i will be installing MySQL5 and PHP5 which are available from this link (came to know about this through some website).
For the above sources when i run
apt-get update and
apt-get -u upgrade i get following output:
Code:
latitude:~# apt-get update
Hit http://packages.dotdeb.org stable/all Packages
Hit http://packages.dotdeb.org stable/all Release
Hit http://packages.dotdeb.org stable/all Sources
Hit http://packages.dotdeb.org stable/all Release
Hit ftp://ftp.de.debian.org stable/non-US/main Packages
Hit ftp://ftp.de.debian.org stable/non-US/main Release
Hit ftp://ftp.de.debian.org stable/non-US/contrib Packages
Hit ftp://ftp.de.debian.org stable/non-US/contrib Release
Hit ftp://ftp.de.debian.org stable/non-US/non-free Packages
Hit ftp://ftp.de.debian.org stable/non-US/non-free Release
Hit ftp://ftp.de.debian.org stable/non-US/main Sources
Hit ftp://ftp.de.debian.org stable/non-US/main Release
Hit ftp://ftp.de.debian.org stable/non-US/contrib Sources
Hit ftp://ftp.de.debian.org stable/non-US/contrib Release
Hit ftp://ftp.de.debian.org stable/non-US/non-free Sources
Hit ftp://ftp.de.debian.org stable/non-US/non-free Release
Reading Package Lists... Done
latitude:~# apt-get -u upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
my last question, is this output normal? i mean with 0 upgraded, 0 newly installed and 0 not upgraded?