个人工具

“UbuntuHelp:AMD64/FirefoxAndPlugins”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:AMD64/FirefoxAndPlugins}}
 
{{Languages|UbuntuHelp:AMD64/FirefoxAndPlugins}}
 
== Introduction ==
 
== Introduction ==
Since the release of Hardy Heron it is possible to use the 64-bit browser, [[[flash|Flash]]], [[[java|Java]]], and MPlayer plugins from the Ubuntu repositories.
+
Since the release of Hardy Heron it is possible to use the 64-bit browser, [[UbuntuHelp:[flash|Flash]]], [[UbuntuHelp:[java|Java]]], and [[UbuntuHelp:MPlayer|MPlayer]] plugins from the Ubuntu repositories.
If you need support for more plugins and would like to install a 32-bit version of Firefox to accomplish that, then see the section [[[32-bit|below]]].
+
If you need support for more plugins and would like to install a 32-bit version of Firefox to accomplish that, then see the section [[UbuntuHelp:[32-bit|below]]].
A 64-bit version from Adobe is under development, and the latest release can be downloaded from [[http://labs.adobe.com/technologies/flashplayer10/|Adobe labs]]. As of end of 2009, it is still in alpha testing stage, but is actually very stable for the common needs, as long as you don't need to use microphone or webcam with it. So it is the less painful way as you can install the 64-bit flash plugin as you do in the old-style way in 32bits environments for the flash 32-bit plugin.
+
A 64-bit version from Adobe is under development, and the latest release can be downloaded from [http://labs.adobe.com/technologies/flashplayer10/ Adobe labs]. As of end of 2009, it is still in alpha testing stage, but is actually very stable for the common needs, as long as you don't need to use microphone or webcam with it. So it is the less painful way as you can install the 64-bit flash plugin as you do in the old-style way in 32bits environments for the flash 32-bit plugin.
 
<<Anchor(flash)>>
 
<<Anchor(flash)>>
 
== 64-bit Firefox and 64-bit Flash plugin (Not officially supported by Ubuntu) ==
 
== 64-bit Firefox and 64-bit Flash plugin (Not officially supported by Ubuntu) ==
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=info.png%7D%7D Use script provided and maintained in [[http://ubuntuforums.org/showthread.php?t=1358591|this forum thread]]. The script automates the steps listed below.
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=info.png Use script provided and maintained in [http://ubuntuforums.org/showthread.php?t=1358591 this forum thread]. The script automates the steps listed below.
 
* Or use the following manual procedure:
 
* Or use the following manual procedure:
 
''''''
 
''''''
# Remove currently installed versions of Flash.
+
<ol><li>Remove currently installed versions of Flash.</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-mozilla
+
sudo apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-mozilla
</nowiki></pre>
+
</nowiki></pre>
2. Visit [[http://labs.adobe.com/downloads/flashplayer10_64bit.html]] to update the filename given under if necessary.
+
<ol><li>Visit [http://labs.adobe.com/downloads/flashplayer10_64bit.html] to update the filename given under if necessary.
3. Download the 64-bit Flash plugin and extract it:
+
</li><li>Download the 64-bit Flash plugin and extract it:</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz && tar xvfz libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
+
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz && tar xvfz libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
</nowiki></pre>
+
</nowiki></pre>
4. Put the file in /usr/lib/flashplugin-installer/libflashplayer64.so for a site-wide install (or in ~/.mozilla/plugins for a single-user install):
+
<ol><li>Put the file in /usr/lib/flashplugin-installer/libflashplayer64.so for a site-wide install (or in ~/.mozilla/plugins for a single-user install):</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
sudo mv libflashplayer.so /usr/lib/flashplugin-installer/libflashplayer64.so
+
sudo mv libflashplayer.so /usr/lib/flashplugin-installer/libflashplayer64.so
</nowiki></pre>
+
</nowiki></pre>
 
Versions of ubuntu with the flashplugin-installer use the alternatives system to manage links for flash plugins in multiple locations (use locate flashplugin-alternative.so to see them all). Ubuntu Karmic (9.10) firefox-3.5.7 uses the link in /usr/lib/xulrunner-addons/plugins, but other versions of firefox may use /usr/lib/mozilla/plugins or one of the others. Each plugins folder has a corresponding group name such as xulrunner-addons-flashplugin or mozilla-flashplugin. If you do not have flashplugin-installer installed, just ignore this and instead run:
 
Versions of ubuntu with the flashplugin-installer use the alternatives system to manage links for flash plugins in multiple locations (use locate flashplugin-alternative.so to see them all). Ubuntu Karmic (9.10) firefox-3.5.7 uses the link in /usr/lib/xulrunner-addons/plugins, but other versions of firefox may use /usr/lib/mozilla/plugins or one of the others. Each plugins folder has a corresponding group name such as xulrunner-addons-flashplugin or mozilla-flashplugin. If you do not have flashplugin-installer installed, just ignore this and instead run:
 
<pre><nowiki>
 
<pre><nowiki>
sudo mkdir /usr/lib/flashplugin-installer
+
sudo mkdir /usr/lib/flashplugin-installer
</nowiki></pre>
+
</nowiki></pre>
 
The alternatives system also manages links for iceape, icewasel and midbrowser in Ubuntu Karmic. Each alternative has a priority, if you installed the 32bit flash it will have the default priority of 50. The alternative of the highest priority will be chosen automatically for each group.
 
The alternatives system also manages links for iceape, icewasel and midbrowser in Ubuntu Karmic. Each alternative has a priority, if you installed the 32bit flash it will have the default priority of 50. The alternative of the highest priority will be chosen automatically for each group.
5. Install the link (60 is the priority, you can use any value 0-100)
+
<ol><li>Install the link (60 is the priority, you can use any value 0-100)</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
sudo update-alternatives --install /usr/lib/xulrunner-addons/plugins/flashplugin-alternative.so xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so 60
+
sudo update-alternatives --install /usr/lib/xulrunner-addons/plugins/flashplugin-alternative.so xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so 60
</nowiki></pre>
+
</nowiki></pre>
# Note that for Lucid, the command is:
+
<ol><li>Note that for Lucid, the command is:</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
sudo update-alternatives --install /usr/lib/mozilla/plugins/flashplugin-alternative.so xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so 60
+
sudo update-alternatives --install /usr/lib/mozilla/plugins/flashplugin-alternative.so xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so 60
</nowiki></pre>
+
</nowiki></pre>
 
The syntax is update-alternatives --install <location where programs will use the link> <group_name> <real file with full path> <priority>.
 
The syntax is update-alternatives --install <location where programs will use the link> <group_name> <real file with full path> <priority>.
6. To configure which alternative is active use:
+
<ol><li>To configure which alternative is active use:</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
sudo update-alternatives --config xulrunner-addons-flashplugin
+
sudo update-alternatives --config xulrunner-addons-flashplugin
</nowiki></pre>
+
</nowiki></pre>
At this stage, you should restart Firefox and verify that the plugin is installed by selecting Tools/Add-ons in the menu. You can check validity of you installation as well as installed version at [[http://www.adobe.com/software/flash/about/|Adobe - About Flash Player]]
+
At this stage, you should restart Firefox and verify that the plugin is installed by selecting Tools/Add-ons in the menu. You can check validity of you installation as well as installed version at [http://www.adobe.com/software/flash/about/ Adobe - About Flash Player]
 
''''''
 
''''''
 
* Uninstallation instructions:
 
* Uninstallation instructions:
 
<pre><nowiki>
 
<pre><nowiki>
sudo update-alternatives --remove xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so
+
sudo update-alternatives --remove xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so
sudo rm /usr/lib/flashplugin-installer/libflashplayer64.so
+
sudo rm /usr/lib/flashplugin-installer/libflashplayer64.so
</nowiki></pre>
+
</nowiki></pre>
 
Repeat the update-alternatives for any other plugin locations you added.
 
Repeat the update-alternatives for any other plugin locations you added.
 
== 64-bit Firefox and 32-bit Flash plugin (Officially supported by Ubuntu to the extent possible with Flash) ==
 
== 64-bit Firefox and 32-bit Flash plugin (Officially supported by Ubuntu to the extent possible with Flash) ==
 
A fallback if the above scenario failed is Ubuntu-packaged 32-bit flash with nspluginwrapper.
 
A fallback if the above scenario failed is Ubuntu-packaged 32-bit flash with nspluginwrapper.
* Hardy Heron 8.04: [[InstallingSoftware#installing-a-package|install the following package]]: '''''[[apt:flashplugin-nonfree]]'''''.
+
* Hardy Heron 8.04: [[UbuntuHelp:InstallingSoftware#installing-a-package|install the following package]]: '''''[[UbuntuHelp:apt:flashplugin-nonfree|apt:flashplugin-nonfree]]'''''.
* Jaunty Jackalope 9.04, Karmic Koala 9.10 and newer: [[InstallingSoftware#installing-a-package|install the following package]]: '''''[[apt:flashplugin-installer]]'''''.
+
* Jaunty Jackalope 9.04, Karmic Koala 9.10 and newer: [[UbuntuHelp:InstallingSoftware#installing-a-package|install the following package]]: '''''[[UbuntuHelp:apt:flashplugin-installer|apt:flashplugin-installer]]'''''.
 
<<Anchor(java)>>
 
<<Anchor(java)>>
 
== 64-bit Firefox and 64-bit Java plugin ==
 
== 64-bit Firefox and 64-bit Java plugin ==
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.png%7D%7DInstructions are different from Firefox 3.5 and Firefox 3.6. For obtaining the latest version of Firefox 3.6 (as of February 2010), refer to FirefoxNewVersion. For more information about changes in Firefox 3.6, see [[http://java.com/en/download/faq/firefox_newplugin.xml|Why do I need Java 6 Update 10 and above for Firefox 3.6 and later versions?]]
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.pngInstructions are different from Firefox 3.5 and Firefox 3.6. For obtaining the latest version of Firefox 3.6 (as of February 2010), refer to [[UbuntuHelp:FirefoxNewVersion|FirefoxNewVersion]]. For more information about changes in Firefox 3.6, see [http://java.com/en/download/faq/firefox_newplugin.xml Why do I need Java 6 Update 10 and above for Firefox 3.6 and later versions?]
 
* Firefox 3.6:
 
* Firefox 3.6:
** Install Java
+
* Install Java
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get remove --purge icedtea6-plugin
+
    sudo apt-get remove --purge icedtea6-plugin
sudo apt-get install sun-java6-plugin
+
    sudo apt-get install sun-java6-plugin
 
</nowiki></pre>
 
</nowiki></pre>
You may need to [[UbuntuHelp:Repositories/Ubuntu#Adding%20Canonical%20Partner%20Repositories|enable the Partner repository]] to install the sun-java6-plugin package. Then configure the new plugin.
+
You may need to [[UbuntuHelp:Repositories/Ubuntu#Adding_Canonical_Partner_Repositories|enable|the Partner repository]] to install the sun-java6-plugin package. Then configure the new plugin.
 
<pre><nowiki>
 
<pre><nowiki>
sudo update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so mozilla-javaplugin.so /usr/lib64/jvm/java-6-sun/jre/lib/amd64/libnpjp2.so 50
+
sudo update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so mozilla-javaplugin.so /usr/lib64/jvm/java-6-sun/jre/lib/amd64/libnpjp2.so 50
 
</nowiki></pre>
 
</nowiki></pre>
 
* Firefox 3.5:
 
* Firefox 3.5:
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install icedtea6-plugin
+
sudo apt-get install icedtea6-plugin
 
</nowiki></pre>
 
</nowiki></pre>
 
<<Anchor(32-bit)>>
 
<<Anchor(32-bit)>>
 
== 32-bit Firefox and plugins ==
 
== 32-bit Firefox and plugins ==
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
|{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png%7D%7D%7C%7C%3Cstyle%3D%22border-left%3A 0px solid black; background-color: #DEC4B0">''Unless you have a specific reason to run the Mozilla build, it's recommended to use the packages from the official Ubuntu repositories.''<<BR>>See the [[../|recommended procedure]] for getting Firefox.
+
|https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png||''Unless you have a specific reason to run the Mozilla build, it's recommended to use the packages from the official Ubuntu repositories.''>See the [[UbuntuHelp:AMD64/|recommended procedure]] for getting Firefox.
 
|}
 
|}
Instructions for installation of 32-bit Firefox from Mozilla builds is available at [[FirefoxNewVersion/MozillaBuilds]].
+
Instructions for installation of 32-bit Firefox from Mozilla builds is available at [[UbuntuHelp:FirefoxNewVersion/MozillaBuilds|FirefoxNewVersion/MozillaBuilds]].
 
== Troubleshooting ==
 
== Troubleshooting ==
'''For suggestions/discussion please use [[AMD64/FirefoxAndPlugins/talk]]'''
+
'''For suggestions/discussion please use [[UbuntuHelp:AMD64/FirefoxAndPlugins/talk|AMD64/FirefoxAndPlugins/talk]]'''
* RealPlayer Issues
+
* [[UbuntuHelp:RealPlayer|RealPlayer]] Issues
You may need add the 32-bit version of RealPlayer to your path variable.
+
You may need add the 32-bit version of [[UbuntuHelp:RealPlayer|RealPlayer]] to your path variable.
 
* Alternative Installation Solution
 
* Alternative Installation Solution
 
If the above installation solution did not work for you, there is another solution, requiring the use of WINE.
 
If the above installation solution did not work for you, there is another solution, requiring the use of WINE.
# Make sure the universe repsitory is enabled. In terminal enter:
+
<ol><li>Make sure the universe repsitory is enabled. In terminal enter:</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install ia32-libs lib32asound2
 
sudo apt-get install ia32-libs lib32asound2
</nowiki></pre>
+
  </nowiki></pre>
 
This will download the necessary 32-bit binaries for WINE.
 
This will download the necessary 32-bit binaries for WINE.
2. Download the most recent WINE .deb file from http://wine.budgetdedicated.com/archive/index.html. Save the file to your desktop.
+
<ol><li>Download the most recent WINE .deb file from http://wine.budgetdedicated.com/archive/index.html. Save the file to your desktop.
3. In terminal enter:
+
</li><li>In terminal enter:</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
cd ~/Desktop
 
cd ~/Desktop
 
sudo dpkg --force-architecture -i wine_*_i386.deb
 
sudo dpkg --force-architecture -i wine_*_i386.deb
</nowiki></pre>
+
  </nowiki></pre>
4. Download the Mozilla Firefox exe from http://www.mozilla.com/products/download.html?product=firefox-3.0.9&os=win&lang=en-US. Save the file to your desktop.
+
<ol><li>Download the Mozilla Firefox exe from http://www.mozilla.com/products/download.html?product=firefox-3.0.9&os=win&lang=en-US. Save the file to your desktop.
5. In terminal enter:
+
</li><li>In terminal enter:</li></ol>
 +
 
 
<pre><nowiki>
 
<pre><nowiki>
 
cd ~/Desktop
 
cd ~/Desktop
 
wine firefox*
 
wine firefox*
</nowiki></pre>
+
  </nowiki></pre>
6. Install Firefox normally by following the installer with default settings.
+
<ol><li>Install Firefox normally by following the installer with default settings.
7. Download Plugins
+
</li><li>Download Plugins
# Open the new link to Firefox that has appeared on your desktop.
+
<ol><li>Open the new link to Firefox that has appeared on your desktop.
2. Navigate to a website that uses the plugins required (e.g http://youtube.com/ for Flash).
+
</li><li>Navigate to a website that uses the plugins required (e.g http://youtube.com/ for Flash).
3. Click the button labled "Install Missing Plugins" in the bar at the top of the page, and install the plugin(s) from the menu shown.
+
</li><li>Click the button labled "Install Missing Plugins" in the bar at the top of the page, and install the plugin(s) from the menu shown.
4. Test by trying to view a page for that plugin.
+
</li><li>Test by trying to view a page for that plugin.</li></ol>
 +
 
 
/!\ '''NOTE:''' If you cannot hear any sound with the plugins, open terminal and type "winecfg" and select sound preferences in the audio tab.
 
/!\ '''NOTE:''' If you cannot hear any sound with the plugins, open terminal and type "winecfg" and select sound preferences in the audio tab.
 
----
 
----

2010年5月19日 (三) 17:22的最新版本

Introduction

Since the release of Hardy Heron it is possible to use the 64-bit browser, [[UbuntuHelp:[flash|Flash]]], [[UbuntuHelp:[java|Java]]], and MPlayer plugins from the Ubuntu repositories. If you need support for more plugins and would like to install a 32-bit version of Firefox to accomplish that, then see the section [[UbuntuHelp:[32-bit|below]]]. A 64-bit version from Adobe is under development, and the latest release can be downloaded from Adobe labs. As of end of 2009, it is still in alpha testing stage, but is actually very stable for the common needs, as long as you don't need to use microphone or webcam with it. So it is the less painful way as you can install the 64-bit flash plugin as you do in the old-style way in 32bits environments for the flash 32-bit plugin. <<Anchor(flash)>>

64-bit Firefox and 64-bit Flash plugin (Not officially supported by Ubuntu)

IconsPage?action=AttachFile&do=get&target=info.png Use script provided and maintained in this forum thread. The script automates the steps listed below.

  • Or use the following manual procedure:

'

  1. Remove currently installed versions of Flash.
 sudo apt-get purge flashplugin-nonfree flashplugin-installer gnash gnash-common mozilla-plugin-gnash swfdec-mozilla
 
  1. Visit [1] to update the filename given under if necessary.
  2. Download the 64-bit Flash plugin and extract it:
 wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz && tar xvfz libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
 
  1. Put the file in /usr/lib/flashplugin-installer/libflashplayer64.so for a site-wide install (or in ~/.mozilla/plugins for a single-user install):
 sudo mv libflashplayer.so /usr/lib/flashplugin-installer/libflashplayer64.so
 

Versions of ubuntu with the flashplugin-installer use the alternatives system to manage links for flash plugins in multiple locations (use locate flashplugin-alternative.so to see them all). Ubuntu Karmic (9.10) firefox-3.5.7 uses the link in /usr/lib/xulrunner-addons/plugins, but other versions of firefox may use /usr/lib/mozilla/plugins or one of the others. Each plugins folder has a corresponding group name such as xulrunner-addons-flashplugin or mozilla-flashplugin. If you do not have flashplugin-installer installed, just ignore this and instead run:

 sudo mkdir /usr/lib/flashplugin-installer
 

The alternatives system also manages links for iceape, icewasel and midbrowser in Ubuntu Karmic. Each alternative has a priority, if you installed the 32bit flash it will have the default priority of 50. The alternative of the highest priority will be chosen automatically for each group.

  1. Install the link (60 is the priority, you can use any value 0-100)
 sudo update-alternatives --install /usr/lib/xulrunner-addons/plugins/flashplugin-alternative.so xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so 60
 
  1. Note that for Lucid, the command is:
 sudo update-alternatives --install /usr/lib/mozilla/plugins/flashplugin-alternative.so xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so 60
 

The syntax is update-alternatives --install <location where programs will use the link> <group_name> <real file with full path> <priority>.

  1. To configure which alternative is active use:
 sudo update-alternatives --config xulrunner-addons-flashplugin
 

At this stage, you should restart Firefox and verify that the plugin is installed by selecting Tools/Add-ons in the menu. You can check validity of you installation as well as installed version at Adobe - About Flash Player '

  • Uninstallation instructions:
 sudo update-alternatives --remove xulrunner-addons-flashplugin /usr/lib/flashplugin-installer/libflashplayer64.so
 sudo rm /usr/lib/flashplugin-installer/libflashplayer64.so
 

Repeat the update-alternatives for any other plugin locations you added.

64-bit Firefox and 32-bit Flash plugin (Officially supported by Ubuntu to the extent possible with Flash)

A fallback if the above scenario failed is Ubuntu-packaged 32-bit flash with nspluginwrapper.

<<Anchor(java)>>

64-bit Firefox and 64-bit Java plugin

https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.pngInstructions are different from Firefox 3.5 and Firefox 3.6. For obtaining the latest version of Firefox 3.6 (as of February 2010), refer to FirefoxNewVersion. For more information about changes in Firefox 3.6, see Why do I need Java 6 Update 10 and above for Firefox 3.6 and later versions?

  • Firefox 3.6:
  • Install Java
    sudo apt-get remove --purge icedtea6-plugin
    sudo apt-get install sun-java6-plugin

You may need to enable|the Partner repository to install the sun-java6-plugin package. Then configure the new plugin.

 sudo update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so mozilla-javaplugin.so /usr/lib64/jvm/java-6-sun/jre/lib/amd64/libnpjp2.so 50
  • Firefox 3.5:
 sudo apt-get install icedtea6-plugin

<<Anchor(32-bit)>>

32-bit Firefox and plugins

IconsPage?action=AttachFile&do=get&target=IconWarning3.png Unless you have a specific reason to run the Mozilla build, it's recommended to use the packages from the official Ubuntu repositories.>See the recommended procedure for getting Firefox.

Instructions for installation of 32-bit Firefox from Mozilla builds is available at FirefoxNewVersion/MozillaBuilds.

Troubleshooting

For suggestions/discussion please use AMD64/FirefoxAndPlugins/talk

You may need add the 32-bit version of RealPlayer to your path variable.

  • Alternative Installation Solution

If the above installation solution did not work for you, there is another solution, requiring the use of WINE.

  1. Make sure the universe repsitory is enabled. In terminal enter:
sudo apt-get install ia32-libs lib32asound2
   

This will download the necessary 32-bit binaries for WINE.

  1. Download the most recent WINE .deb file from http://wine.budgetdedicated.com/archive/index.html. Save the file to your desktop.
  2. In terminal enter:
cd ~/Desktop
sudo dpkg --force-architecture -i wine_*_i386.deb
   
  1. Download the Mozilla Firefox exe from http://www.mozilla.com/products/download.html?product=firefox-3.0.9&os=win&lang=en-US. Save the file to your desktop.
  2. In terminal enter:
cd ~/Desktop
wine firefox*
   
  1. Install Firefox normally by following the installer with default settings.
  2. Download Plugins
    1. Open the new link to Firefox that has appeared on your desktop.
    2. Navigate to a website that uses the plugins required (e.g http://youtube.com/ for Flash).
    3. Click the button labled "Install Missing Plugins" in the bar at the top of the page, and install the plugin(s) from the menu shown.
    4. Test by trying to view a page for that plugin.

    /!\ NOTE: If you cannot hear any sound with the plugins, open terminal and type "winecfg" and select sound preferences in the audio tab.