Announcement

Collapse
No announcement yet.

Cannot install qt4-dev-tools [SOLVED]

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

    Cannot install qt4-dev-tools [SOLVED]

    Today, I updated my Kubuntu installation - it was quite a while since the last time. Almost all went good, but the package qt4-dev-tools could not be upgraded. To try to resolve this I did something like

    Code:
    sudo apt-get update
    sudo apt-get remove qt4-dev-tools
    sudo apt-get dist-upgrade
    sudo apt-get install qt4-dev-tools
    The final command resulted in the following output:

    Code:
    $ sudo apt-get install qt4-dev-tools
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    
    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     qt4-dev-tools: Depends: libqt4-core (= 4.3.2-0ubuntu3) but 4.3.2-0ubuntu3.1 is to be installed
    E: Broken packages
    Has anyone experienced this and solved it? Any tips are welcome!

    #2
    Re: Cannot install qt4-dev-tools

    # apt-get install deborphan
    # apt-get clean
    # apt-get remove $(deborphan)

    Then try to install.
    txWingMan

    Comment


      #3
      Re: Cannot install qt4-dev-tools

      Actually, I found the solution here: https://bugs.launchpad.net/ubuntu/+s...11/+bug/162836 .

      Comment


        #4
        Re: Cannot install qt4-dev-tools

        Originally posted by e8johan
        Actually, I found the solution here: https://bugs.launchpad.net/ubuntu/+s...11/+bug/162836 .
        txWingMan

        Comment

        Working...
        X