Installing 32-bit Firefox on AMD64
From K12LTSP Wiki
From http://www.linuxtx.org/amd64faq.html:
=
- rpm and yum both support name-version-release.arch so for installing foo-1.1-1 RPMs,
you can explicitly call rpm -ivh foo-1.1-1.i386 foo-1.1-1.x86_64. You can also query
and remove with this method. yum will default to the system architecture if given a
choice, so to install say 32bit firefox where you have both 32bit and 64bit available
in your repositories, you can call 'yum install firefox.i386' and it should do the right thing.
=
This needs a step-by-step howto...
