The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Upgrading ubuntu from 6.06 to 6.10

    Discussion in 'Linux Compatibility and Software' started by orion95, Jul 2, 2007.

  1. orion95

    orion95 Notebook Consultant

    Reputations:
    11
    Messages:
    105
    Likes Received:
    0
    Trophy Points:
    30
    Just finished burning the iso image file of 6.10 to a cd. Now I want to upgrade my ubuntu from 6.06 to 6.10 by this cd.Tried googling but all the update guides give the instructions for the network/internet direct upgrade. The update manager isn't looking for the cd. When I start the update manager it says it cannot access some ubuntu update site. I want to upgrade from the cd. I need some help.
     
  2. Mabcomp

    Mabcomp Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    What is Ubuntu?
     
  3. risbac

    risbac Notebook Consultant

    Reputations:
    3
    Messages:
    262
    Likes Received:
    0
    Trophy Points:
    30
    Ok, did you install a lot of softwares from internet? If you did it, then to upgrade from the CD will lead to problems: it will need to upgrade softwares it cannot find on the CD. Can be troublesome.

    If you just used the standard, then it should be easier. You can also consider to download the DVD, it's including many many more softwares.

    Then to upgrade, what you can do I think is adding the CD (or DVD) in the repositories list (using Synaptics), then manually edit the repositories list to remove the internet repositories.

    Then try an update using the usual tool. It may work. But it's obvious than the internet upgrade is much much easier. Can't you just plug the computer to internet for a couple of hours and do the upgrade?
     
  4. Paul

    Paul Mom! Hot Pockets! NBR Reviewer

    Reputations:
    759
    Messages:
    2,637
    Likes Received:
    0
    Trophy Points:
    55
    Internet upgrade would be much easier and better off. All in all, I would try to avoid upgrades altogether if you've messed with the system a lot. If it's a fairly clean install, you shouldn't have a big issue. But if you've installed a lot of weird software (especially like Automatix for example), you'll likely experience serious issues. Besides, 6.10 is already outdated, as 7.04 is already out, and 7.10 will be coming out in 3 months.
     
  5. orion95

    orion95 Notebook Consultant

    Reputations:
    11
    Messages:
    105
    Likes Received:
    0
    Trophy Points:
    30
    But I didn't install anything other that what gets installed in the first clean install of 6.06 version from the cd.
     
  6. Pitabred

    Pitabred Linux geek con rat flail!

    Reputations:
    3,300
    Messages:
    7,115
    Likes Received:
    3
    Trophy Points:
    206
    What you'll want to do is set up a CD-ROM repository, and change all instances of "dapper" in your /etc/apt/sources.list file to "edgy", stick the CD in and do "apt-get dist-upgrade". In theory ;) I've always done online upgrades, but what I suggested should work for you.
     
  7. thebluesgnr

    thebluesgnr Notebook Enthusiast

    Reputations:
    21
    Messages:
    27
    Likes Received:
    0
    Trophy Points:
    5
    Actually I wouldn't recommend that. The update-manager application should be using for a version upgrade, as a simple dist-upgrade with APT will miss a few things.

    I recommend reading the official Ubuntu documentation before doing an upgrade. It can be found here: https://help.ubuntu.com/community/EdgyUpgrades
     
  8. bmwrob

    bmwrob Notebook Virtuoso

    Reputations:
    4,591
    Messages:
    2,128
    Likes Received:
    0
    Trophy Points:
    55
    What is Ubuntu?