Find the answer to your Linux question:
Results 1 to 4 of 4
I'm running Debian sarge 2.6 currently. Lately realized it's time for an upgrade, but when I type 'apt-get upgrade' -- nothing doing. How do I upgrade my OS without formatting ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    36

    How to upgrade to 4.0 without uninstal

    I'm running Debian sarge 2.6 currently. Lately realized it's time for an upgrade, but when I type 'apt-get upgrade' -- nothing doing.

    How do I upgrade my OS without formatting my hard drive and starting all over again? Newest Version is 4.0, right?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    check this tutorial. dont forget to read comments at the end of instructions.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Posts
    36
    thanks for the prompt answer.

    I have a new problem, do I bother starting a new thread?
    For some reason none of the programs I'm trying to install are being found when I try to apt-get them.
    I checked sources.list and commented out the CD option, so it should be going right to the web mirrors. But she don't....

    my two mirrors are: deb http://security.debian.org/etch/updates main contrib
    and: deb-src http://security.debain.org/etch/updates main contrib

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    my two mirrors are: deb http://security.debian.org/etch/updates main contrib
    and: deb-src http://security.debain.org/etch/updates main contrib
    there must be a space between "http://security.debain.org/" and "etch/updates main contrib".
    Code:
    deb http://security.debian.org    etch/updates main contrib non-free
    deb http://http.us.debian.org/debian    etch main contrib non-free
    deb http://non-us.debian.org/debian-non-US    etch/non-US main contrib non-free
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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