Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Upgrade Dependancies fail

  1. #11
    Join Date
    Dec 2008
    Beans
    7

    Re: Upgrade Dependancies fail

    I tried the fix you suggest, then I get a "2 broken packages" message. Running the fix in Synaptic produces:

    E: /var/cache/apt/archives/libusbmuxd1_1.0.1-0ubuntu1~k_i386.deb: trying to overwrite '/usr/lib/libusbmuxd.so.1.0.0', which is also in package libusbmux0 0

    Trying to remove libusbmuxd.so.1.0.0 manually (as root) from /usr/lib is not possible either......

  2. #12
    Join Date
    Oct 2008
    Beans
    255
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Upgrade Dependancies fail

    Hi,

    Try these first.

    Code:
    sudo dpkg -r libusbmux0 libusbmuxd
    If you get the broken dependenceies error during this, try these:

    Code:
    sudo dpkg --configure --a
    sudo apt-get -f install
    Then try to install libusbmuxd
    Code:
    sudo apt-get install libusbmuxd1
    These steps may not serve the problem, so if you see any errors, please post them here. Good luck!
    The answer to life, the universe and everything...
    vim -c help42

  3. #13
    Join Date
    Dec 2008
    Beans
    7

    Re: Upgrade Dependancies fail

    Hi Ratarok,

    Thanks, that fixed it. FWIW dpkg doesn't like your "--a" option, so I substituted "-a"

    I need to read up the MAN on --configure obviously!

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •