Can't find Debian "Etch" iso?

Discussion in 'Installation/Configuration' started by denbert, Apr 18, 2009.

  1. denbert

    denbert New Member

    Hi there,

    I'm looking for the old stable Debian called "Etch" as I need to test the untangle system.

    Anyone got a working link to the netinst-iso. preferable an European link :)
     
  2. planet_fox

    planet_fox Member HowtoForge Supporter

    Look it here

    http://www.debian.org/releases/

    ah ok you have right, this very difficult. I don't now send your question why you dont can download a debian etch iso from debian.org . I have see on some server isos for woody and sarge not for etch.
     
  3. peter.zagar

    peter.zagar New Member

    You can download cds or dvds from http://cdimage.debian.org/ .

    From a live system, all you need to do is to edit your apt sources list.
    Code:
    vi /etc/apt/sources.list
    Replace like this (comment out old non existing repositories and add archive):

    Code:
    #deb http://ftp.de.debian.org/debian/ etch main
    #deb-src http://ftp.de.debian.org/debian/ etch main
    
    deb http://archive.debian.org/debian/ etch main
    deb-src http://archive.debian.org/debian/ etch main
    
     

Share This Page