On Thu, 2005-05-12 at 15:49 -0400, Mark Greenbank wrote: > Hi, > I'm running Core 3 on a 64-bit system and find I have no flash > support. How can I install a 32-bit version of Firefox? > > Thanks, > Mark > Mark, In all the static, did your question get answered? If not, create a repo, e.g. /etc/yum.repos.d/fedora-updates-386.repo with these contents: [updates-released-i386] name=Fedora Core $releasever - $basearch - Released Updates baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/i386/ #mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever enabled=0 gpgcheck=1 Use "yum remove firefox" to remove the 64-bit version. Then use: yum --enablerepo=updates-released-i386 install firefox.i386 You might need to import their key. Bob...