Page 166 of 166 FirstFirst ... 66116156164165166
Results 1,651 to 1,659 of 1659

Thread: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

  1. #1651

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Very nice how-to

  2. #1652
    Join Date
    Feb 2010
    Beans
    15

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Nice, thanks you very much

  3. #1653
    Join Date
    Oct 2009
    Location
    China
    Beans
    32
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    good idea

  4. #1654
    Join Date
    Dec 2007
    Beans
    34

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Does the script still work for Karmic Koala 9.10? I need a 32-bit firefox in order to install the pkcs modules for the ACR38U identiy card reader.

  5. #1655
    Join Date
    Jun 2007
    Location
    Charlotte, NC, USA
    Beans
    3,135
    Distro
    Ubuntu Development Release

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Kilz,

    Do you still consider this guide obsolete considering that Adobe has pulled the 64-bit flash support?

    I've been considering installing the Maverick in 64-bit when it's finally released but even the download page now stated 64-bit is NOT recommended for daily usage, and I wonder if that is due to the situation with adobe flash.
    Mac Pro 5,1 6-Core 3.33GHz, 48GB, Sapphire RX580
    Optical -- Apple Super Drive & MCE Internal Blu-ray
    512GB SM 970 Pro NVMe/HighPoint 7101A/10.14.5
    SonnetAllegro Pro USB 3/ 4TB WD/4TB - Barracuda

  6. #1656
    Join Date
    May 2009
    Beans
    4

    Cool Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quick and dirty log of how I got FF32 + Java6 to work on my Lucid install, starting with the script from the first post. Not all commands are to be executed in the same directory, you need to know your way with command-line and use common sense, sorry.
    And for those wondering why we still need this: in my case I need to run a full Webex session and Webex's Java Applet is still broken on Ubuntu 64bits, trying to load 32bit shared libs.

    Code:
    wget http://home.comcast.net/~ubuntume/ff32_3in1_6294.tar.gz
     tar xvzf ff32_3in1_6294.tar.gz
     ./3in1  (choose Hardy + no browser, no flash; no java - but some packages will still fail to install...)
     
     #finish installing ff32bit
     wget -c "http://home.comcast.net/~ubuntume/firefox32-3.0.1-ubuntu_7.10-8.04_amd64.deb"
     wget -c "http://fr.archive.ubuntu.com/ubuntu/pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1ubuntu1_amd64.deb"
     sudo dpkg -i xutils-dev_7.2.ds2-1ubuntu1_amd64.deb
     sudo dpkg -i firefox32-3.0.1-ubuntu_7.10-8.04_amd64.deb 
     
     #so far should work on lucid, start it via menu or:
     /usr/local/bin/firefox32-3 
     
     # now install java 32bits
     wget http://security.ubuntu.com/ubuntu/pool/multiverse/s/sun-java6/ia32-sun-java6-bin_6.22-0ubuntu1~8.04.1_amd64.deb
     wget http://security.ubuntu.com/ubuntu/pool/multiverse/s/sun-java6/sun-java6-jre_6.22-0ubuntu1~8.04.1_all.deb
    sudo dpkg -i sun-java6-jre_6.22-0ubuntu1~8.04.1_all.deb ia32-sun-java6-bin_6.22-0ubuntu1~8.04.1_amd64.deb 
     ln -fs /usr/lib/jvm/ia32-java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib32/firefox32/plugins/
     sudo chown -R `whoami` /usr/lib32/firefox32/plugins/
     
     # Java should now work if you restart ff
     /usr/local/bin/firefox32-3
    Hopefully this will save someone some trouble...
    Last edited by odony; November 2nd, 2010 at 11:40 PM. Reason: code block

  7. #1657
    Join Date
    Oct 2006
    Location
    Baltimore, MD
    Beans
    667

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by odony View Post
    sudo dpkg -i firefox32-3.0.1-ubuntu_7.10-8.04_amd64.deb

    sudo dpkg -i sun-java6-jre_6.22-0ubuntu1~8.04.1_all.deb ia32-sun-java6-bin_6.22-0ubuntu1~8.04.1_amd64.deb
    Does anybody have these instructions for something newer than Firefox 3.0.1 and Ubuntu 8.04. Sure, I could go looking for the packages and I probably will when I get the time, but it'd be great for people not to have to do that. Assuming I do have the time to go look for the packages, I will post here, but don't expect that for a few weeks at best.
    I am not a lawyer...yet.
    Music Manumit Podcast - remixable Creative Commons music!
    My neglected blog: http://douglasawh.wordpress.com
    My website: http://opensourceplayground.org

  8. #1658
    Join Date
    Apr 2010
    Beans
    65

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Holy cow, this is WAY too complicated. Wouldn't nspluginwrapper be MUCH better‽

  9. #1659
    Join Date
    Sep 2008
    Beans
    42

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Kilz
    Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64
    Hi !

    I thought there will be some kind of guide on removing 64-bit Firefox, including all the plugins, from 64-bit Ubuntu, and then, install fresh 32-bit Firefox and Flash...

Page 166 of 166 FirstFirst ... 66116156164165166

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
  •