Find the answer to your Linux question:
Results 1 to 6 of 6
I found these mirror sites which I want to add to my /etc/apt/sources.list---What is the excat syntax or statements which i have to append in front of the URL's?? -------------------------------- ...
  1. #1
    Linux Newbie exploder's Avatar
    Join Date
    Jun 2005
    Location
    127.0.0.1
    Posts
    164

    How to add mirrors in /etc/apt/sources.list ????

    I found these mirror sites which I want to add to my /etc/apt/sources.list---What is the excat syntax or statements which i have to append in front of the URL's??
    --------------------------------
    ftp.wa.au.debian.org
    ftp.au.debian.org
    mirror.aarnet.edu.au
    debian.vicnet.net.au
    mirror.optus.net
    ------------------
    I have tried adding "deb" infront of the URL's-I got an error when updating!!!!
    (I have typed in deb ftp://ftp.au.debian.org)
    Registered Linux User#394486

  2. #2
    Linux Newbie exploder's Avatar
    Join Date
    Jun 2005
    Location
    127.0.0.1
    Posts
    164
    Actually here are the mirrors which are easy for me to download:
    AU Australia
    ------------
    ftp.wa.au.debian.org /debian/ /debian/ all
    ftp.au.debian.org /debian/ /debian/ all
    mirror.aarnet.edu.au /debian/ /debian/ !alpha
    ftp.monash.edu.au /pub/linux/debian/ /pub/linux/debian/ i386
    ftp.uwa.edu.au /mirrors/linux/debian/ all
    mirror.eftel.com /debian/ /debian/ i386
    mirror.pacific.net.au /debian/ /debian/ all
    ftp.iinet.net.au /debian/debian/ /debian/debian/ all
    debian.goldweb.com.au /debian/ i386
    mirror.datafast.net.au /debian/ /debian/ i386
    debian.ihug.com.au /debian/ /debian/ i386
    debian.vicnet.net.au /debian/ /debian/ i386
    mirror.optus.net /debian/ all

    These links are in:
    http://www.debian.org/mirror/list
    Registered Linux User#394486

  3. #3
    Linux Engineer
    Join Date
    Apr 2005
    Location
    Buenos Aires, Argentina
    Posts
    908
    You have to edit your /etc/apt/sources.list file. Take as an example what is written in there.

    http://www.debian.org/doc/manuals/ap...basico.en.html
    serzsite.com.ar
    "All the drugs in this world won\'t save you from yourself"

  4. #4
    Just Joined!
    Join Date
    Oct 2005
    Location
    Mass
    Posts
    52
    Quote Originally Posted by exploder
    Actually here are the mirrors which are easy for me to download:
    AU Australia
    ------------
    ftp.wa.au.debian.org /debian/ /debian/ all
    ftp.au.debian.org /debian/ /debian/ all
    mirror.aarnet.edu.au /debian/ /debian/ !alpha
    ftp.monash.edu.au /pub/linux/debian/ /pub/linux/debian/ i386
    ftp.uwa.edu.au /mirrors/linux/debian/ all
    mirror.eftel.com /debian/ /debian/ i386
    mirror.pacific.net.au /debian/ /debian/ all
    ftp.iinet.net.au /debian/debian/ /debian/debian/ all
    debian.goldweb.com.au /debian/ i386
    mirror.datafast.net.au /debian/ /debian/ i386
    debian.ihug.com.au /debian/ /debian/ i386
    debian.vicnet.net.au /debian/ /debian/ i386
    mirror.optus.net /debian/ all

    These links are in:
    http://www.debian.org/mirror/list
    deb server root [subdir] [subdir] [subdir]

    make sure you don't have the / at the end of the root anything else or else it'll think it's an absolute path

    it's little things like that that will give you problems when adding mirrors... personally i'd use synaptic to add.. it's nicer to the common man =D

  5. #5
    Just Joined!
    Join Date
    Aug 2005
    Location
    india
    Posts
    27
    yeah synaptic is easier way to install remove and add repositeries too..

  6. #6
    Linux Engineer psic's Avatar
    Join Date
    Nov 2004
    Location
    Ljubljana, Slovenia
    Posts
    1,205
    Maybe take a look at apt-spy. It searches for mirrors in your vicinity (you can define a country, such as US, or a state, or Europe...) and writes the fastest one to your /etc/apt/sources.list. You can also add any additional mirrors by hand or with synaptic. Note that checking all of the mirrors in the US or Europe can take a while I left it running overnight
    Stumbling around the 'net:
    www.cloudyuseful.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •