Find the answer to your Linux question:
Results 1 to 4 of 4
Hello Im waiting for new Etch stable but seems like forever so I would like to know if I can install the old one : Sarge and then somehow upgrade ...
  1. #1
    Just Joined! Gaspacho's Avatar
    Join Date
    Feb 2007
    Location
    Stropkov, Slovak Republic
    Posts
    38

    Upgrading

    Hello Im waiting for new Etch stable but seems like forever so I would like to know if I can install the old one : Sarge and then somehow upgrade to new stable. Is that possible. Thx!

    One more thing, has Etch or Sarge same installation process as Woody? I saw guy installing woody and it wasnt just the command line, it told him his options, what to do etc. Thx

  2. #2
    Linux Newbie
    Join Date
    Feb 2006
    Location
    Dover, DE
    Posts
    112
    As long as your repositories are set "stable" you will always have the stable distribution upgrades, provided you have internet connection and regularly update.

  3. #3
    Just Joined! Gaspacho's Avatar
    Join Date
    Feb 2007
    Location
    Stropkov, Slovak Republic
    Posts
    38

    Re

    That means that I can install Sarge now and then just using repositories get all the new stuff that Etch brings? Pretty stupid uestion, just curious

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Yes, you can install Sarge now.

    Just use something like that as your /etc/apt/sources.list, and you will get upgraded to Etch automatically.

    Code:
    #Local Mirror
    
    deb ftp://ftp.us.debian.org/debian/ stable main contrib non-free
    #deb-src ftp://ftp.us.debian.org/debian/ stable main contrib non-free
     
    #Security
    
    deb http://security.debian.org/ stable/updates main contrib non-free
    #deb-src http://security.debian.org/ stable/updates main contrib non-free
     
    #Multimedia
    
    deb http://www.debian-multimedia.org/ stable main
    #deb-src http://www.debian-multimedia.org/ stable main
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

Posting Permissions

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