Announcement

Collapse
No announcement yet.

How do i upgrade to dapper?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do i upgrade to dapper?

    I have breezy installed and i want ti upgrade to dapper, but how do i do it? I've found a description but it's not detaled enough for me. I have used Kubuntu fore about 3 month, and ubuntu 1 month before that.
    Thanks far åll helpfull ansvers i might get.

    #2
    Re: How do i upgrade to dapper?

    Taken from http://kubuntu.org/announcements/6.06-lts-release.php

    Upgrading from 5.10
    Users of Kubuntu 5.10 can upgrade to 6.06 LTS over the internet by following these instructions:

    In Adept go to Manage Repositories and change "breezy" to "dapper"
    Click "Fetch Updates"
    Click "Full Upgrade"
    Click "Commit"
    After all packages have installed reboot the computer

    If you have a Kubuntu 6.06 CD put it in the drive and run apt-cdrom from the command line then follow the instructions above.
    If that's not detailed enough, feel free to ask.
    Jucato's Data Core

    Comment


      #3
      Re: How do i upgrade to dapper?

      Thats the one i found. Exactly where do i change "breezy" to "dapper"? there is marked "breezy" several plases in the "Manage Repositories" window. I have changed several of them but it just updates breezy.

      Comment


        #4
        Re: How do i upgrade to dapper?

        well, you have to change them all. breezy will become dapper, breezy-updates will become dapper-updates, breezy-security will become dapper-security, etc.

        Then you have to click "Fetch Updates" (some people forget).

        It's possible that it looks like it's only updating Breezy, but it's really downloading Dapper and replacing the Breezy versions with Dapper versions. If you have been able to successfully upgrade to Dapper, you can check by typing this command in Konsole:
        Code:
        lsb_release -a
        If you want, you could take a peek at my sources.list, but take note that the repositories in my sources.list are pointing to my country's local servers, so you have to change it a bit:

        deb http://ph.archive.ubuntu.com/ubuntu/ dapper main restricted
        deb-src http://ph.archive.ubuntu.com/ubuntu/ dapper main restricted

        ## Major bug fix updates produced after the final release of the
        ## distribution.
        deb http://ph.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
        deb-src http://ph.archive.ubuntu.com/ubuntu/ dapper-updates main restricted

        ## Uncomment the following two lines to add software from the 'universe'
        ## repository.
        ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
        ## team, and may not be under a free licence. Please satisfy yourself as to
        ## your rights to use the software. Also, please note that software in
        ## universe WILL NOT receive any review or updates from the Ubuntu security
        ## team.
        deb http://ph.archive.ubuntu.com/ubuntu/ dapper universe multiverse
        deb-src http://ph.archive.ubuntu.com/ubuntu/ dapper universe multiverse

        ## Uncomment the following two lines to add software from the 'backports'
        ## repository.
        ## N.B. software from this repository may not have been tested as
        ## extensively as that contained in the main release, although it includes
        ## newer versions of some applications which may provide useful features.
        ## Also, please note that software in backports WILL NOT receive any review
        ## or updates from the Ubuntu security team.
        deb http://ph.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
        deb-src http://ph.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

        deb http://security.ubuntu.com/ubuntu dapper-security main restricted
        deb-src http://security.ubuntu.com/ubuntu dapper-security main
        deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse
        deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse
        Jucato's Data Core

        Comment


          #5
          Re: How do i upgrade to dapper?

          I am hung at the same point, every time I try to change breezy to dapper, as soon as I leave that field it changes back to breezy. is there a conf file somewhere where repositories can be changed in an editor?

          Comment


            #6
            Re: How do i upgrade to dapper?

            EDIT: it's /etc/apt/sources.list

            The /etc/apt/sources.list contains the list of your repositories. It contains something like the one I posted. Just take note to use your country's local servers or just remove the "ph." to use Ubuntu's global server.

            You can edit that file manually to change "breezy" to "dapper", but you need root privileges for that. Open up Konqueror and go to the /etc/apt/ directory. Look for sources.list and right-click on it. In the Actions menu, choose "Edit as root".

            As for using Adept to edit the repositories, when you change a certain text in a field, you have to press Enter before you click on another line/field.
            Then don't forget to click on Apply to save the changes. And Fetch Updates to update the repositories.
            Jucato's Data Core

            Comment


              #7
              Re: How do i upgrade to dapper?

              Yes DrEsquire

              kdesu kwrite /etc/apt/sources.list
              "A problem well stated is a problem half solved." --Charles F. Kettering
              "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

              Comment


                #8
                Re: How do i upgrade to dapper?

                found it
                /etc/apt/sources.list

                EDIT: THANKS

                Comment

                Working...
                X