Difference between revisions of "Install flashplayer"
Jump to navigation
Jump to search
(Added another method to install adobe flash with current version via Terminal) |
Scott.morris (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Migrated}} | ||
+ | [[https://docs.google.com/document/d/1tWzs1n1PKCtngTeKXYEQZaO7BuD88nU6DZwU8tfBWLM/edit?usp=sharing Google Docs]] | ||
==10.04 and Higher== | ==10.04 and Higher== | ||
Line 13: | Line 15: | ||
The current version of Adobe Flash can be installed from the Terminal. | The current version of Adobe Flash can be installed from the Terminal. | ||
− | *For Ubuntu version 10 | + | *For Ubuntu version 10.04 |
sudo apt-get install flashplugin-installer | sudo apt-get install flashplugin-installer | ||
− | |||
− | |||
− | |||
==Notes== | ==Notes== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===If Hulu Reports: "Express Install Not Supported"=== | ===If Hulu Reports: "Express Install Not Supported"=== |
Latest revision as of 15:20, 2 July 2014
This page has been migrated to a document on Free Geek's Google Drive. Information remaining behind may no longer be relevant. MIGRATOR: When you have tagged this page as migrated, (Link to new page immediately below.) |
10.04 and Higher
First try theses steps Multimedia_and_DVDs_in_Ubuntu. This should work on all 10.04 and higher boxes.
You can also verify your Shockwave install here and your Flash install here and here.
Install Flash on Its Own - Use Adobe's apt Installer
Install the apt from Adobe. Select Linux 32 bit as your OS and then "Flash Player For Ubuntu 11 (apt)". Follow the prompts.
Install Flash from Terminal
The current version of Adobe Flash can be installed from the Terminal.
- For Ubuntu version 10.04
sudo apt-get install flashplugin-installer
Notes
If Hulu Reports: "Express Install Not Supported"
To fix this you need to completely purge the old Flash 9 installation
- At the command line, enter sudo apt-get remove --purge flashplugin-nonfree
- That will completely remove Flash 9 from the buffer.
- Follow the instructions above to install Flash 10.
- To make sure Flash 10 is installed, goto about:plugins in the Firefox address bar, and make sure "Shockwave Flash" is at version 10.0 r42
If Firefox still uses flash 9 after installing flash 10 or if flash breaks after removing 9
sudo update-alternatives --auto firefox-flashplugin ; sudo update-alternatives --auto mozilla-flashplugin ; sudo update-alternatives --auto iceweasel-flashplugin ; sudo update-alternatives --auto midbrowser-flashplugin ; sudo update-alternatives --auto xulrunner-addons-flashplugin ; sudo update-alternatives --auto xulrunner-flashplugin