{"id":267,"date":"2006-04-17T04:22:00","date_gmt":"2006-04-17T04:22:00","guid":{"rendered":""},"modified":"2007-01-07T18:21:41","modified_gmt":"2007-01-08T02:21:41","slug":"32-bit-firefox-on-fedora","status":"publish","type":"post","link":"https:\/\/znark.com\/blog\/2006\/04\/32-bit-firefox-on-fedora\/","title":{"rendered":"32-bit Firefox on Fedora"},"content":{"rendered":"<p>One complaint I hear about [Fedora](http:\/\/fedora.redhat.com) on x86_64 is that Flash and Java plugins can&#8217;t be used with the 64-bit Firefox because they only are available as 32-bit.  I don&#8217;t normally need those plugins at home but I can see how people would want them.<\/p>\n<p>I discovered that the easiest way to install 32-bit Firefox (and other 32-bit programs) is to make new i386-specific versions of the repositories.  The only problem is that the mirror lists uses the architecture and can&#8217;t be used.  Notice that I have them disabled by default but they can enabled in yum with &#8211;enablerepo.<\/p>\n<p>\/etc\/yum.repos.d\/fedora-core-i386.repo:<\/p>\n<p>    [core-i386]<br \/>\n    name=Fedora Core $releasever &#8211; i386<br \/>\n    baseurl=http:\/\/download.fedora.redhat.com\/pub\/fedora\/linux\/core\/$releasever\/i386\/os\/<br \/>\n    #mirrorlist=http:\/\/fedora.redhat.com\/download\/mirrors\/fedora-core-$releasever<br \/>\n    enabled=0<br \/>\n    gpgcheck=1<br \/>\n    gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-fedora file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY<\/p>\n<p>\/etc\/yum.repos.d\/fedora-updates-i386.repo:<\/p>\n<p>    [updates-i386]<br \/>\n    name=Fedora Core $releasever &#8211; i386 &#8211; Updates<br \/>\n    baseurl=http:\/\/download.fedora.redhat.com\/pub\/fedora\/linux\/core\/updates\/$releasever\/i386\/<br \/>\n    #mirrorlist=http:\/\/fedora.redhat.com\/download\/mirrors\/updates-released-fc$releasever<br \/>\n    enabled=0<br \/>\n    gpgcheck=1<br \/>\n    gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-fedora<\/p>\n<p>\/etc\/yum.repos.d\/fedora-extras-i386.repo:<\/p>\n<p>    [extras-i386]<br \/>\n    name=Fedora Extras $releasever &#8211; i386<br \/>\n    baseurl=http:\/\/download.fedora.redhat.com\/pub\/fedora\/linux\/extras\/$releasever\/i386\/<br \/>\n    #mirrorlist=http:\/\/fedora.redhat.com\/download\/mirrors\/fedora-extras-$releasever<br \/>\n    enabled=0<br \/>\n    gpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-fedora-extras<br \/>\n    gpgcheck=1<\/p>\n<p>Then, once those are all setup, do:<\/p>\n<p>    yum &#8211;enablerepo=\\*-i386 install firefox.i386<\/p>\n<p>The firefox.i386 will can even be installed at the same time as firefox.x86_64.  The \/usr\/bin\/firefox script will run the 64-bit firefox.  Either remove firefox.x86_64 package, or make a new binary (\/usr\/bin\/firefox-32) without the lines referencing \/usr\/lib64.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One complaint I hear about [Fedora](http:\/\/fedora.redhat.com) on x86_64 is that Flash and Java plugins can&#8217;t be used with the 64-bit Firefox because they only are available as 32-bit. I don&#8217;t normally need those plugins at home but I can see how people would want them. I discovered that the easiest way to install 32-bit Firefox [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[57],"tags":[],"class_list":["post-267","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/posts\/267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/comments?post=267"}],"version-history":[{"count":0,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/posts\/267\/revisions"}],"wp:attachment":[{"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/media?parent=267"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/categories?post=267"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/znark.com\/blog\/wp-json\/wp\/v2\/tags?post=267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}