How to Install the Flash Player Plugin on Firefox in Linux
To view certain features on websites, such as embedded videos and animated menus, you may need to install the latest version of Adobe Flash Player. Follow these steps in order to install the flash player plugin on Firefox in Linux.
Instructions
-
-
1
Visit the Adobe Flash Player download site. See the Resources section below for a link.
- 2
-
-
3
Click "Agree and Install now." Choose a location to download the file.
-
4
Once the download is complete, right-click the file and select "Extract here." The contents will be extracted into a folder with the same name. Open the folder.
- 5
- 6
-
1
Tips & Warnings
To update your version of Flash Player, open "Terminal" and type: " * sudo apt-get update" and press enter. Next, type "sudo apt-get install adobe-flashplugin" and press enter.
References
Resources
Comments
-
alt2600
Jan 12, 2010
I ran into a couple of gotchas when installing the plugin on RH5.4. 1. I had to use the path /usr/lib/firefox-3.0.12. 2. The install script checks to see if a 'plugins' directory exists. If it doesn't the script fails. After creating a plugins directory under /usr/lib/firefox-3.0.12 it worked fine.