Difference between revisions of "Install flashplayer"

From FreekiWiki
Jump to navigation Jump to search
(dapper instructions)
Line 1: Line 1:
 +
 
== Ubuntu dapper drake ==
 
== Ubuntu dapper drake ==
# click Applications>Add/Remove
 
# Make sure "Show unsupported applications" is checked
 
# check "Macromedia Flash plugin" (you can search for flash in the box at upper right)
 
# Click apply and then apply again in the next window
 
== Older Freekboxen ==
 
  
The following instructions are meant for the [[FreekBox | FreekBox 2 or FreekBox 3]]
+
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.
 +
 
 +
===Method 1 - apt-get===
 +
 
 +
# bring up a terminal
 +
# "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"
  
Browse to '''http://www.macromedia.com'''
+
 
 +
===Method 2 - download the tar.gz file===
 +
 
 +
 
 +
Browse to '''http://www.adobe.com'''
  
 
click on '''download flash player''' (as of this date, in the Shortcuts box)
 
click on '''download flash player''' (as of this date, in the Shortcuts box)
Line 14: Line 23:
 
click the '''download now''' button (You '''have''' read the user agreement, right?)
 
click the '''download now''' button (You '''have''' read the user agreement, right?)
  
save to disk, hopefully in an easy to recognize place like /home/<yourusername>
+
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.
  
 
open a terminal (Ctrl+Alt+t)
 
open a terminal (Ctrl+Alt+t)
  
type '''tar -zxvf install_flash_player_7_linux.tar.gz''' (you may have to cd to the correct directory first). This should result in a series of filenames being typed on the screen as the package is extractedIf it does not, make sure you are in the right directory.
+
"cd Desktop" (on an Ubuntu box)
 +
 
 +
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".   
  
''optional -- become rootif you are root, flash will be installed for all users, otherwise it will only be installed for you.''
+
Hit enterThis should result in a series of filenames being typed on the screen as the package is extracted.
  
enter '''cd install_flash_player_7_linux'''
+
enter '''cd install_flash_player_9_linux'''
  
enter '''./flashplayer-installer'''
+
enter '''sudo ./flashplayer-installer'''
  
 
follow the prompts.  When it asks what browser to install it for, select '''m''' or '''a'''
 
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/mozilla-firefox
+
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://www.macromedia.com''' to test it.
+
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]]

Revision as of 18:42, 17 February 2007

Ubuntu dapper drake

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.

Method 1 - apt-get

  1. bring up a terminal
  2. "sudo nano /etc/apt/sources.list"
  3. uncomment the line for dapper-backports
  4. close nano, saving the file
  5. "sudo apt-get update"
  6. "sudo apt-get install -t dapper-backports flashplugin-nonfree"


Method 2 - download the tar.gz file

Browse to http://www.adobe.com

click on download flash player (as of this date, in the Shortcuts box)

click the download now button (You have read the user agreement, right?)

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.

open a terminal (Ctrl+Alt+t)

"cd Desktop" (on an Ubuntu box)

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.