Results 1 to 9 of 9

Thread: How to install 32 bit package in 12.04 64bit

  1. #1
    Join Date
    May 2015
    Beans
    22
    Distro
    Ubuntu 12.04 Precise Pangolin

    How to install 32 bit package in 12.04 64bit

    Hi friends,
    I'm trying to install 32 bit architecture to install 32 bit softwares too in my Ubuntu 12.04.1 64bit. I tried http://ftp.debian.org/debian/pool/ma...0630_amd64.deb dependency not satisfiable and used the command sudo apt-get install ia32-libs, Got the error no packages found.
    Tried to force installation using sudo dpkg --force-architecture -i programname.deb, got the error as below:

    dpkg: dependency problems prevent configuration of aabm:i386:
    aabm:i386 depends on dkms.
    dpkg: error processing aabm:i386 (-install):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    aabm:i386
    Is there anyway to install 32 bit software in my 12.04 64 bit Ubuntu.
    Please advice.

  2. #2
    Join Date
    Aug 2013
    Beans
    4,941

    Re: How to install 32 bit package in 12.04 64bit

    You have to install the i386 packages separately. Which 32 bit program you try to install?

  3. #3
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to install 32 bit package in 12.04 64bit

    I think that I am correct in saying that since the release of 12.04 Ubuntu has multi-arch libraries and ia32-libs is no longer available because it has been replaced. No, I was wrong, the switch to multi-arch began with 11.10.

    https://help.ubuntu.com/community/MultiArch


    http://askubuntu.com/questions/10723...2-libs-package

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  4. #4
    Join Date
    May 2015
    Beans
    22
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install 32 bit package in 12.04 64bit

    I'm trying to install my office utility software.

  5. #5
    Join Date
    May 2015
    Beans
    22
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install 32 bit package in 12.04 64bit

    I tried a lot, but nothing work out. Please let me the command or link to download i386 packages.

  6. #6
    Join Date
    Jul 2014
    Beans
    1,289
    Distro
    Ubuntu Mate

    Re: How to install 32 bit package in 12.04 64bit

    Quote Originally Posted by karthik24 View Post
    I'm trying to install my office utility software.
    Name of software please.

  7. #7
    Join Date
    May 2015
    Beans
    22
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install 32 bit package in 12.04 64bit

    Quote Originally Posted by monkeybrain20122 View Post
    You have to install the i386 packages separately. Which 32 bit program you try to install?
    I tried a lot, but nothing work out. Please let me the command or link to download i386 packages.

  8. #8
    Join Date
    May 2015
    Beans
    22
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install 32 bit package in 12.04 64bit

    Quote Originally Posted by v3.xx View Post
    Name of software please.
    It is an internal software LAP made for mailing purpose to our clients made by internal company developers some years back. It is able to install on one of my friend's Ubuntu 12.04 64bit. Others are using on Windows computer. But I do not want to switch to Windows as Ubuntu is more secured.

  9. #9
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to install 32 bit package in 12.04 64bit

    Hi, please run the following and post the output
    Code:
    dpkg -I path/to/deb |grep -i 'Depends\|Recommends\|Suggests\|Conflicts\|Breaks\|Replaces'
    The '-I' is a capital i. Please replace path/to/deb with the path to the package. The command will show the necessary requirements of the package.

    Thanks.
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

Tags for this Thread

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
  •