Announcement

Collapse
No announcement yet.

Upgrade Kubuntu

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

    Upgrade Kubuntu

    Hi,

    I'm using Kubuntu 8.04. I have installed KDE 3.5.0 and KDE4. I have 47 upgraded packages available, but when I try to do that it gives me an error, this is the error:

    Extracting templates from packages: 100%
    Preconfiguring packages ...
    (Reading database ...
    dpkg: serious warning: files list file for package `esound-common' missing, assuming package has no files currently installed.

    dpkg: serious warning: files list file for package `gettext-base' missing, assuming package has no files currently installed.

    dpkg: serious warning: files list file for package `enscript' missing, assuming package has no files currently installed.

    dpkg: serious warning: files list file for package `tcl8.4' missing, assuming package has no files currently installed.

    dpkg: serious warning: files list file for package `fdutils' missing, assuming package has no files currently installed.
    dpkg: error processing /var/cache/apt/archives/base-files_4.0.1ubuntu5.8.04.2_i386.deb (--unpack):
    failed in buffer_read(fd): files list for package `avahi-autoipd': Is a directory
    Errors were encountered while processing:
    /var/cache/apt/archives/base-files_4.0.1ubuntu5.8.04.2_i386.deb
    Processing was halted because there were too many errors.
    E: Sub-process /usr/bin/dpkg returned an error code (1)


    What I have to do to upgrade my Kubuntu?

    Thank you,
    OG

    #2
    Re: Upgrade Kubuntu

    Hm, strange that.

    However, first thing is to install those packages listed with the following command:

    Code:
    sudo apt-get install esound-common gettext-base enscript tcl8.4 fdutils
    If that worked okay, I'd do a
    Code:
    sudo apt-get install -f
    just to check that everything is fine and dandy and then I'd do your upgrade.

    HTH
    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

    Comment


      #3
      Re: Upgrade Kubuntu

      When I try to install those packages the answer is that I have the newest version.

      Comment


        #4
        Re: Upgrade Kubuntu

        I feared that it would have been too simple...

        Not wanting to doubt you, but could you please post your /etc/apt/sources.list? Apart from that I'm stumped at the mo... Did you try the sudo apt-get install -f ? I'd be loathed to recommend a sudo dpkg-reconfigure -a and I'm sure others may have a clue as to what is going on/experienced similar problems...

        So post you sources.list, try apt-get insall -f and hope for the best
        Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

        Comment


          #5
          Re: Upgrade Kubuntu

          I already try sudo apt-get install - f ... it doesn't work!

          My sources.list:

          Code:
          [color=blue]# deb cdrom:[Kubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted
          # See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to
          # newer versions of the distribution.
          
          deb [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy main restricted
          deb-src [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy main restricted
          
          ## Major bug fix updates produced after the final release of the
          ## distribution.
          deb [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy-updates main restricted
          deb-src [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy-updates main restricted
          
          ## 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 [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy universe
          deb-src [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy universe
          deb [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy-updates universe
          deb-src [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy-updates universe
          
          ## 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 
          ## multiverse WILL NOT receive any review or updates from the Ubuntu
          ## security team.
          deb [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy multiverse
          deb-src [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy multiverse
          deb [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy-updates multiverse
          deb-src [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy-updates 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 [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy-backports main restricted universe multiverse
          # deb-src [url]http://pt.archive.ubuntu.com/ubuntu/[/url] hardy-backports main restricted universe multiverse
          
          ## Uncomment the following two lines to add software from Canonical's
          ## 'partner' repository. This software is not part of Ubuntu, but is
          ## offered by Canonical and the respective vendors as a service to Ubuntu
          ## users.
          # deb [url]http://archive.canonical.com/ubuntu[/url] hardy partner
          # deb-src [url]http://archive.canonical.com/ubuntu[/url] hardy partner
          
          deb [url]http://security.ubuntu.com/ubuntu[/url] hardy-security main restricted
          deb-src [url]http://security.ubuntu.com/ubuntu[/url] hardy-security main restricted
          deb [url]http://security.ubuntu.com/ubuntu[/url] hardy-security universe
          deb-src [url]http://security.ubuntu.com/ubuntu[/url] hardy-security universe
          deb [url]http://security.ubuntu.com/ubuntu[/url] hardy-security multiverse
          deb-src [url]http://security.ubuntu.com/ubuntu[/url] hardy-security multiverse[/color]
          Thank you

          Comment


            #6
            Re: Upgrade Kubuntu

            Hm, nothing else comes to mind. However, your problems do not appear to be kde specific. Have you had a look at the ubuntu forum?

            Apart from that, perhaps some guru or other has the answer. Sorry, lad...
            Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

            Comment


              #7
              Re: Upgrade Kubuntu

              Ok toad,

              Thank you!

              Comment


                #8
                Re: Upgrade Kubuntu

                You might try to sort out the dpkg manager with:

                Code:
                sudo dpkg --configure -a
                I'll cross my fingers ....

                Comment


                  #9
                  Re: Upgrade Kubuntu

                  Well, that would be my next call as well. But be aware that that command asks a lot of questions (you normally go for the default answer) and takes an age and a half.

                  Please do check the ubuntu forum first and, if you find anything that explains this behaviour, post it here for reference.

                  Thanks.
                  Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                  Comment

                  Working...
                  X