Difference between revisions of "Install the flash player"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
 
Line 1: Line 1:
If you do not want to use [[google chrome]], but view flash [[videos]] nevertheless, here is a way to [[install]] the Flash Player Plugin on Linux:
+
If you want to watch [[videos]] in your browser and you do not want to use [[google-chrome]] it's time to [[install]] Flash Player:
  
 
* [[open a console]] and enter
 
* [[open a console]] and enter

Latest revision as of 11:11, 18 October 2012

If you want to watch videos in your browser and you do not want to use google-chrome it's time to install Flash Player:

mkdir .mozilla/plugins
uname -a
cd
tar xvzf Downloads/install_flash_player_11_linux_i386.tar.gz 
  • copy libflashplayer.so to .mozilla/plugins
cp libflashplayer.so .mozilla/plugins/

See also