Announcement

Collapse
No announcement yet.

Proper way to update KDE to 4.5.4?

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

    Proper way to update KDE to 4.5.4?

    Ok, I'm doing something wrong, and now working on the THIRD reinstall of Kubuntu.

    I have 10.10 (x86), the install goes along fine. I'm able to update the restricted drivers without a problem.

    A fresh install gives me version 4.5.1

    After rebooting and getting the updates, I had the KDE to the repository

    Code:
    ppa:kubuntu-ppa
    After refreshing the repository and doing a apt-get upgrade, I'll see several packages to be updated. Then I'll reboot.

    Once the computer reboots, it always "hangs" right after checking the battery status.

    I'll enter recovery mode, and apt-get update, apt-get upgrade, and even apt-get dist-upgrade.

    All show that there are now "42" packages that are being held back.

    This is a reproducible error for me, so I know I'm doing something wrong!

    I now have a fresh (again) install of Kubuntu, so the question is what is the proper way to update to 4.5.4?

    Thanks!

    #2
    Re: Proper way to update KDE to 4.5.4?

    Let's see your software sources first, type the following commands and post the output here.
    Code:
    cat /etc/apt/sources.list
    ls -1 /etc/apt/sources.list.d
    ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

    Comment


      #3
      Re: Proper way to update KDE to 4.5.4?

      Code:
      cat /etc/apt/sources.list
      #deb cdrom:[Kubuntu 10.10 _Maverick Meerkat_ - Release i386 (20101007)]/ maverick main restricted
      # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
      # newer versions of the distribution.

      deb http://us.archive.ubuntu.com/ubuntu/ maverick main restricted
      deb-src http://us.archive.ubuntu.com/ubuntu/ maverick main restricted

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

      ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
      ## team. Also, please note that software in universe WILL NOT receive any
      ## review or updates from the Ubuntu security team.
      deb http://us.archive.ubuntu.com/ubuntu/ maverick universe
      deb-src http://us.archive.ubuntu.com/ubuntu/ maverick universe
      deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates universe
      deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-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 http://us.archive.ubuntu.com/ubuntu/ maverick multiverse
      deb-src http://us.archive.ubuntu.com/ubuntu/ maverick multiverse
      deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates multiverse
      deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-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 http://us.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
      # deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-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 http://archive.canonical.com/ubuntu maverick partner
      # deb-src http://archive.canonical.com/ubuntu maverick partner

      ## This software is not part of Ubuntu, but is offered by third-party
      ## developers who want to ship their latest software.
      deb http://extras.ubuntu.com/ubuntu maverick main
      deb-src http://extras.ubuntu.com/ubuntu maverick main

      deb http://security.ubuntu.com/ubuntu maverick-security main restricted
      deb-src http://security.ubuntu.com/ubuntu maverick-security main restricted
      deb http://security.ubuntu.com/ubuntu maverick-security universe
      deb-src http://security.ubuntu.com/ubuntu maverick-security universe
      deb http://security.ubuntu.com/ubuntu maverick-security multiverse
      deb-src http://security.ubuntu.com/ubuntu maverick-security multiverse

      Code:
      ls -1 /etc/apt/sources.list.d
      returned nothing.

      Comment


        #4
        Re: Proper way to update KDE to 4.5.4?

        Ok here's my recommendation.

        1. Open /etc/apt/sources.list
        Code:
        kdesudo kate /etc/apt/sources.list
        and uncomment the following lines:
        Code:
        # deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] maverick-backports main restricted universe multiverse
        # deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] maverick-backports main restricted universe multiverse
        # deb [url]http://archive.canonical.com/ubuntu[/url] maverick partner
        2. Run the following commands in terminal:
        Code:
        sudo add-apt-repository ppa:kubuntu-ppa/ppa
        sudo add-apt-repository ppa:kubuntu-ppa/backports
        sudo apt-get update
        sudo apt-get dist-upgrade
        ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

        Comment


          #5
          Re: Proper way to update KDE to 4.5.4?

          Changes in progress.

          You bring up a question I've had for a while.

          When you're in the command line, I type "sudo".

          However I've been told (and you confirm it) that when opening up something graphical, I should type "kdesudo".

          My question is why? I've used "sudo kate" before with no adverse affects, or did I just get lucky?

          Comment


            #6
            Re: Proper way to update KDE to 4.5.4?

            DO NOT use sudo for GUI apps.. you will break stuff.. not all the time but its a bad habbit to develop
            Mark Your Solved Issues [SOLVED]
            (top of thread: thread tools)

            Comment


              #7
              Re: Proper way to update KDE to 4.5.4?

              Auguh - mission failure!

              Hangs up at the exact same spot,

              *checking battery state..... [OK]

              Sith - thanks for the heads up!

              Comment

              Working...
              X