Thematic background picture
          about Linux

Find the 32bit deb package from your 64bit system

I'm sure I'm not the only one that has had to install a 32bit version of some package to get a game or other program not designed for 64bit to work in 64bit Linux/Ubuntu/Debian and I'm sure others will nod in agreement at how difficult it can be to find the 32bit version, especially if you need a bunch and don't really have the time to wade through packages.ubuntu.com (or packages.debian.org for that matter), so I've cooked up a little Python script to find the URL for the 32bit version of a package for you.

It's here.

You just run it with the name of the package you want to find as the first argument, like so:

$ ./apt-get-i386-package.py libpulse0
http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/pool/main/p/pulseaudio/libpulse0_0.9.22-0ubuntu1_i386.deb

See? Easy.

Also note that it found it in a PPA - it uses your package database, so everything you can theoretically install can be found in a 32bit version.

0 comments

Add a comment

All comments are moderated and may take some time to appear. Please do not submit the same comment multiple times.
Your email address will not be published; it will only be used for verification purposes and to display your avatar. Only your name and comment will be displayed publicly.