Difference between revisions of "Install flashplayer"

From FreekiWiki
Jump to navigation Jump to search
 
(27 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 +
{{Migrated}}
 +
[[https://docs.google.com/document/d/1tWzs1n1PKCtngTeKXYEQZaO7BuD88nU6DZwU8tfBWLM/edit?usp=sharing Google Docs]]
 +
==10.04 and Higher==
  
== Ubuntu dapper drake ==
+
'''First try theses steps [[Multimedia_and_DVDs_in_Ubuntu]].  This should work on all 10.04 and higher boxes.'''
  
Adobe has now released flash player 9 for Linux so the flash 7 installer in both Dapper and Edgy no longer works.There are two methods for installing flash on Ubuntu, both complicated.
+
You can also verify your Shockwave install [http://www.adobe.com/shockwave/welcome/ here] and your Flash install [http://www.youtube.com/watch?v=dQw4w9WgXcQ here] and [http://www.adobe.com/software/flash/about/ here].
  
===Method 1 - apt-get===
+
==Install Flash on Its Own - Use Adobe's apt Installer==
  
# bring up a terminal
+
Install the apt from [http://get.adobe.com/flashplayer/otherversions/ Adobe]. Select Linux 32 bit as your OS and then "Flash Player For Ubuntu 11 (apt)".  Follow the prompts.
# "sudo nano /etc/apt/sources.list"
 
# uncomment the line for dapper-backports
 
# close nano, saving the file
 
# "sudo apt-get update"
 
# "sudo apt-get install -t dapper-backports flashplugin-nonfree"
 
  
 +
==Install Flash from Terminal==
  
===Method 2 - download the tar.gz file===
+
The current version of Adobe Flash can be installed from the Terminal.
  
 +
*For Ubuntu version 10.04
 +
sudo apt-get install flashplugin-installer
  
Browse to '''http://www.adobe.com'''
+
==Notes==
  
click on '''Get Adobe Flashplayer'''
+
===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
  
click the '''Download .tar.gz file''' link (You '''have''' read the user agreement, right?)
+
===If Firefox still uses flash 9 after installing flash 10 or if flash breaks after removing 9===
 
+
sudo update-alternatives --auto firefox-flashplugin ;
save to disk. In Ubuntu Dapper, this will be /home/<your user name>/Desktop. Other systems may download to /home/<your user name> by default.
+
  sudo update-alternatives --auto mozilla-flashplugin ;
 
+
  sudo update-alternatives --auto iceweasel-flashplugin ;
open a terminal (Ctrl+Alt+t)
+
  sudo update-alternatives --auto midbrowser-flashplugin ;
 
+
  sudo update-alternatives --auto xulrunner-addons-flashplugin ;
"cd Desktop" (on an Ubuntu box)
+
  sudo update-alternatives --auto xulrunner-flashplugin
 
 
type '''tar -xvzf ins''' and then hit the tab key. The line then should look something like "tar -xvzf install_flash_player_9_linux.tar.gz". 
 
 
 
Hit enter. This should result in a series of filenames being typed on the screen as the package is extracted. 
 
 
 
enter '''cd install_flash_player_9_linux'''
 
 
 
enter '''sudo ./flashplayer-installer'''
 
 
 
follow the prompts. When it asks what browser to install it for, select '''m''' or '''a'''
 
 
 
for the root install, the path for firefox is /usr/lib/firefox
 
 
 
you should now have flash installed on your freekbox. Open a browser and go to '''http://youtube.com''' to test it.
 
  
 
[[Category:Tech support]]
 
[[Category:Tech support]]

Latest revision as of 16:20, 2 July 2014

deletion

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,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


[Google Docs]

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

  1. At the command line, enter sudo apt-get remove --purge flashplugin-nonfree
    1. That will completely remove Flash 9 from the buffer.
  2. Follow the instructions above to install Flash 10.
  3. 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