Results 1 to 8 of 8

Thread: ia32-libs Dependency Problem

  1. #1
    Join Date
    Jan 2007
    Beans
    207
    Distro
    Ubuntu Development Release

    ia32-libs Dependency Problem

    When I try to install ia32-libs I get an error that says I have an unmet dependency on ia32-libs-multiarch. However, when I try and install ia32-libs-multiarch, I get the same message, except this time the dependencies are gstreamet0.10-plugins-good, libcurl3, and libssl. Any ideas how I could resolve this and install ia32-libs?
    Think.

  2. #2
    Join Date
    Jan 2007
    Beans
    207
    Distro
    Ubuntu Development Release

    Re: ia32-libs Dependency Problem

    If it's any help, here are the packages deborphan produced:

    libgssdp-1.0-2
    libaio1
    libssl0.9.8
    libcapi20-3
    libisccc60
    libsdl-net1.2
    libc6-i386
    libdns69
    libcdio10
    libodbc1
    libmpg123-0
    libgail-common
    nautilus-dropbox
    unity-2d-places
    libxp6
    unity-2d-launcher
    libstdc++5
    Think.

  3. #3
    Join Date
    Jan 2007
    Beans
    207
    Distro
    Ubuntu Development Release

    Re: ia32-libs Dependency Problem

    sudo install -f ia32-libs fixed it.
    Think.

  4. #4
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: ia32-libs Dependency Problem

    Quote Originally Posted by ShareBuntu View Post
    sudo install -f ia32-libs fixed it.
    Hi, it does not work:

    jg@JG-Laptop:~$ sudo install -f ia32-libs
    install: invalid option -- 'f'
    Life is full of setbacks; Success is determined by how you handle them!

  5. #5
    Join Date
    Dec 2007
    Location
    Gainesville, Florida
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: ia32-libs Dependency Problem

    I think it should be
    Code:
    sudo apt-get -f install ia32-libs
    the -f attempts to fix broken packages

  6. #6
    Join Date
    Jan 2007
    Beans
    207
    Distro
    Ubuntu Development Release

    Re: ia32-libs Dependency Problem

    Quote Originally Posted by Cariboo1938 View Post
    Hi, it does not work:
    Sorry! I have an alias for install. It should be sudo apt-get -f install ia32-libs. pbrane is correct.
    Think.

  7. #7
    Join Date
    May 2005
    Location
    Indiana
    Beans
    1,933
    Distro
    Hardy Heron (Ubuntu Development)

    Re: ia32-libs Dependency Problem

    I don't think you should have to mess with this at all. 12.04 comes with multiarch preinstalled, which completely replaces ia32-libs. It's a new way of dealing with 32-bit software.
    Today you are You, that is truer than true. There is no one alive who is Youer than You. - Dr. Seuss

  8. #8
    Join Date
    Jan 2007
    Beans
    207
    Distro
    Ubuntu Development Release

    Re: ia32-libs Dependency Problem

    Quote Originally Posted by forrestcupp View Post
    I don't think you should have to mess with this at all. 12.04 comes with multiarch preinstalled, which completely replaces ia32-libs. It's a new way of dealing with 32-bit software.
    It happened after an upgrade from 11.10 to 12.04. Didn't have the same problem on a clean install.
    Think.

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
  •