Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st July 2010, 08:19 AM
davidhay Offline
Registered User
 
Join Date: Jul 2010
Posts: 2
linuxfedorafirefox
how to install the flash plugin in the Fedora 13

Hi all,
I installed the Fedora 13. When I use the firefox to surfing the internet, I receive a waring that tells me to install the flash plugin. I downloaded it from the Adobe websites, but I can't install it. How can I install the flash for linux ?
Thanks a lot!
Reply With Quote
  #2  
Old 21st July 2010, 08:22 AM
mh3rn4nd3z3
Guest
 
Posts: n/a
linuxunknown
Re: how to install the flash plugin in the Fedora 13

http://www.mjmwired.net/resources/mjm-fedora-f13.html
Reply With Quote
  #3  
Old 21st July 2010, 09:00 AM
davidhay Offline
Registered User
 
Join Date: Jul 2010
Posts: 2
linuxfedorafirefox
Re: how to install the flash plugin in the Fedora 13

you are very nice!
So smart, Thanks a lot!
I will read and try!

To share is the most important in the forum!
Reply With Quote
  #4  
Old 24th July 2010, 09:32 PM
HombreBlunt Offline
Registered User
 
Join Date: Dec 2008
Posts: 8
linuxchrome
Re: how to install the flash plugin in the Fedora 13

Hey folks not sure if this will help, I recently had to setup a new system with FC13 86x64 and of course faced the same flash64 install problems as everyone else. nspluginwrapper didn't see to work for me in wrapping the 32-bit version of flash into both Firefox and Chrome. I ended up grabbing the discontinued version of 64-bit flash and using that and it worked great for me. I wrote a short procedure for a friend who was having the same problem and here it is (sorry if this was already covered):


-- Installing true 64-bit flash player on a linux/fedora-13x64 box --

NOTE: This is a manual install for this plugin. The actual 64-bit linux plugin for flash has been discontinued and it is unknown when adobe will release a new version. Lucky for us, people saved the last version that did in fact work quite nicely at least in fedora with a firefox and chromium.

WARNING: Flash 64bit was discontinued for security reasons! This is that same discontinued version so use at your own risk!

-----

-2) You might want to first remove the old libflashplayer.so files (probably 32-bit) from your disc before you do this. First open a terminal and make yourself root:
$ su
<password>

-1) Find all copies of this file on your HDD:
# find / -name libflashplayer.so

0) Now you have a list of all places this file is, to remove each of them do this:
<CTRL-SHIFT-C the file name for one of them>
# rm <CTRL-SHIFT-V the full path & filename>
<y>
<repeat for each file>

-----

1) open a browser and go to this page:
http://linux.softpedia.com/get/Inter...ux-42958.shtml

2) click download, then the click tar.gz file to actually DL this file, its a saved copy if the now discontinued 64-bit flash player for linux. This file ends up in your Downloads directory.

3) Open a terminal window.

4) Make yourself root:
$ su
<password>

5) Make sure your remove flash player and nspluginwrapper if you have it installed already, if its not installed it won't do anything:
# yum remove flash-plugin nspluginwrapper

UPDATE: also make sure you remove pulse audio or any other audio packages you might have installed for flash sound. I never had these in to begin with but noticed some procedures recommend you install them. Sound just worked for me with this procedure here and I never installed them.

6) Now click Places > Downloads to open the downloads directory, in this dir you should see the archive you just downloaded, its a *.tar.gz file. In the GUI you can just open this and click extract to extract the correct 64bit libflashplayer.so file right into the Downloads directory. You could also unpack it at the cmd line.

7) All you need to do from here is copy this libflashplayer.so file into the right directory for your browser, each browser you have installed will need a copy of it. Also you need to make sure the file permissions for this file are such that anyone can use it (normally not needed but just make sure).

--- FIREFOX ---

8) make sure firefox is closed

9) Copy the plugin to the right dir:
# cp ~/Downloads/libflashplayer.so ~/.mozilla/plugins

10) make sure file permissions are set so anyone can use this file:
# cd ~/.mozilla/plugins
# chmod a+rw libflashplayer.so
# chmod a-x libflashplayer.so
(note that last command not really needed, it just makes it so you can't execute the file like a program)

11) Open firefox and enter "aboutlugins" in the address field, check to make sure shockwave flash is installed, then go to youtube.com and try to view a video to see if it worked.

--- CHROMIUM BROWSER ---

8) Chromium is my favorite browser. To install chromium you need to first install the repo file to your repos directory (covered in notes section), then:
# yum install chromium

9) make sure chromium is closed

9) Copy the plugin to the right dir:
# cp ~/Downloads/libflashplayer.so /usr/lib64/chromium-browser/plugins

10) make sure file permission are set so anyone can use this file:
# cd /usr/lib64/chromium-browser/plugins
# chmod a+rw libflashplayer.so
# chmod a-x libflashplayer.so
(note that last command not really needed, it just makes it so you can't execute the file like a program)

11) Open chromium and enter "aboutlugins" in the address field, check to make sure shockwave flash is installed, then go to youtube.com and try to view a video to see if it worked.

---------

UPDATE: Sometimes SELinux conflicts with flash player. You might want to disable SELinux while you perform some testing to see if flash really works, then enable it after and retest flash again.

---------


NOTES:

Add the chromium repo so you can yum install chromium-browser:
make yourself root
# cd /etc/yum.repos.d
# gedit chromium.repo
now paste this (between the ---) into the file and save it (make sure saved as filename: chromium.repo)
--------------------------
[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0
--------------------------
quit gedit and you're done, you can check file contents with:
# more chromium.repo
now you can install chromium
# yum install chromium


Good luck!
jerry
Reply With Quote
Reply

Tags
fedora, flash, install, plugin

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
not able to install adobe flash plugin sanddune008 Installation and Live Media 1 6th March 2010 05:27 AM
how to install flash plugin for mozilla on fedora 10 nobleman_james Installation and Live Media 7 5th October 2009 08:07 AM
cant install flash plugin fc9 ofblong Using Fedora 7 28th May 2008 11:22 PM
how to install a flash-plugin in fc7 lancedance Using Fedora 5 5th August 2007 03:22 AM
Flash Plugin and JRE wont install blckspder Using Fedora 3 11th August 2006 06:42 PM


Current GMT-time: 09:58 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat