[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
slackware:flashplugin [2012/09/05 07:24 (UTC)] jprzybylskislackware:flashplugin [2012/09/11 00:04 (UTC)] – [Sources] jprzybylski
Line 1: Line 1:
 ====== Flash Player ====== ====== Flash Player ======
 +
 [[http://www.adobe.com/products/flashplayer.html|Flash Player]] is, in most forms, a web browser plugin used primarily to play videos, games, advertisements and particularly gaudy websites. It is owned by [[http://www.adobe.com/|Adobe]], and is proprietary software. [[http://www.adobe.com/products/flashplayer.html|Flash Player]] is, in most forms, a web browser plugin used primarily to play videos, games, advertisements and particularly gaudy websites. It is owned by [[http://www.adobe.com/|Adobe]], and is proprietary software.
  
Line 5: Line 6:
  
 ====== Installation ====== ====== Installation ======
 +
 Getting Flash Player on your computer is mostly just putting a file in the right directory, but it is different for every browser.  Getting Flash Player on your computer is mostly just putting a file in the right directory, but it is different for every browser. 
  
Line 20: Line 22:
  
 This will give you something like this: This will give you something like this:
-<code bash>+<code>
 darkstar:$ ls darkstar:$ ls
 install_flash_player_11_linux.i386.tar.gz install_flash_player_11_linux.i386.tar.gz
Line 43: Line 45:
  
 Either browser should then pick it up and start using it automatically. Don't be afraid to create the ''plugins'' folder in either case if it does not already exist. To uninstall, simply delete ''libflashplayer.so''. Either browser should then pick it up and start using it automatically. Don't be afraid to create the ''plugins'' folder in either case if it does not already exist. To uninstall, simply delete ''libflashplayer.so''.
 +
 +===== Additional Goodies =====
 +
 +You may have noticed that, after unpacking the Flash Player, there are quite a few files aside from ''libflashplayer.so'', each of which you may or may not want to install. 
 +
 +First off is ''readme.txt'', which contains a few pearls of wisdom and is worth a quick read.
 +
 +Aside from that is a directory called ''usr'', which contains some .desktop files, icons and a program for configuring Flash Player. It is worth installing, and primarily exists for KDE integration. Simply doing this:
 +
 +<code>
 +darkstar:$ su
 +Password:
 +darkstar:# ls
 +install_flash_player_11_linux.i386.tar.gz
 +libflashplayer.so
 +readme.txt
 +usr
 +darkstar:# cp -r usr/* /usr
 +</code>
 +
 +However, it is completely optional, as the defaults for Flash Player are fine. 
  
 ====== Sources ====== ====== Sources ======
 http://support.google.com/chrome/bin/answer.py?hl=en&answer=108086 http://support.google.com/chrome/bin/answer.py?hl=en&answer=108086
-{{tag>slackware}}+{{tag>software howtos}}
 slackware:flashplugin ()