Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Installation and Live Media
FedoraForum Search

Forgot Password? Join Us!

Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th October 2010, 08:53 PM
Abhijit4daksh
Guest
 
Posts: n/a
linuxfedorafirefox
Smile [Solved] Unable to install flash plugin in firefox and Chrome

I am using Fedora 10 I have downloaded flash-plugin-10.1.85.3-release.i386.rpm and installed in my system. But when I am trying to install plugins on my browser by following command
Code:
yum install flash-plugin
terminal showing me this
Code:
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
Package flash-plugin-10.1.85.3-release.i386 installed and not available
Nothing to do
I am trying to install flash plugins by logging in Super User
Please help me
Thanx,

Last edited by Abhijit4daksh; 19th October 2010 at 11:10 AM. Reason: Solution
Reply With Quote
  #2  
Old 11th October 2010, 09:36 PM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,105
linuxfedorafirefox
Re: Unable to install flash plugin in firefox and Chrome

As it said - package is already installed.
Reply With Quote
  #3  
Old 11th October 2010, 10:15 PM
Abhijit4daksh
Guest
 
Posts: n/a
linuxfedorafirefox
Re: Unable to install flash plugin in firefox and Chrome

ya but how to enable flash in firefox and chrome because I am unable to see any flash application in my both browser
Reply With Quote
  #4  
Old 11th October 2010, 11:53 PM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,105
linuxfedorafirefox
Re: Unable to install flash plugin in firefox and Chrome

According to several external directions, all you should need is a symbolic link
from ~/.mozilla/plugins/libflashplayer.so to /usr/lib/flash-plugin/libflashplayer.so.

On my system, I have the 64 bit version installed in my .mozilla/plugins directory -
but there is also a "flashplayer.xpt" file.

It has been a while, but I think I installed mine via the experimental 64 bit version...
which did include the xpt file.

Try just putting the symbolic link in and see what happens - the xpt file should be
optional...
Reply With Quote
  #5  
Old 12th October 2010, 01:55 AM
ozjd's Avatar
ozjd Offline
Registered User
 
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

Chrome doesn't need flash as it is part of the app for recent 32 bit versions. You may need to go to the plugins screen in the browser and enable it. Type aboutlugins as the url.
Reply With Quote
  #6  
Old 12th October 2010, 07:42 PM
Abhijit4daksh
Guest
 
Posts: n/a
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

Hi,
I am sorry guys I did not get you because I do not know much about Fedora and I am new here. I have tried to enable plugin in chrome by typing aboutlugins but there are no such option named flash is disabled. And i did not understand what I need to do to enable the plugin in fire fox. please tell me in details.
Thanks,
Reply With Quote
  #7  
Old 12th October 2010, 08:18 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
linuxfirefox
Re: Unable to install flash plugin in firefox and Chrome

For the Firefox flash plug-in, if you are using 32 bit F10, you can create the symbolic link with this command:
Code:
su
enter root password
ln -s /usr/lib/flashplayer/libflashplayer.so /usr/lib/mozilla/plugins
exit
If firefox was open when you did that, then close it and restart it.
When you type
Code:
about:plugins
in the url bar of a browser tab, it shows you which browser plug-ins are active. You can not change any settings from that page. If you successfully installed the flash plug-in for firefox, then you should see an entry titled "Shockwave Flash". You can also check your firefox plug-ins by simply clicking on Tools > Add-ons > Plugins from the firefox toolbar.
Reply With Quote
  #8  
Old 12th October 2010, 09:09 PM
Abhijit4daksh
Guest
 
Posts: n/a
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

when I am going to install by
Code:
ln -s /usr/lib/flashplayer/libflashplayer.so /usr/lib/mozilla/plugins
system showing me
Code:
ln: creating symbolic link `/usr/lib/mozilla/plugins/libflashplayer.so': File exists
but unable to find shokwave in
Code:
 about:plugins
Reply With Quote
  #9  
Old 12th October 2010, 09:21 PM
egrar Offline
Registered User
 
Join Date: Mar 2010
Posts: 28
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

Flash plugins "how to" extensively discussed in this thread.

http://forums.fedoraforum.org/showthread.php?t=205642
Reply With Quote
  #10  
Old 14th October 2010, 01:21 PM
Abhijit4daksh
Guest
 
Posts: n/a
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

no such help from the thread any other suggestion?
Reply With Quote
  #11  
Old 14th October 2010, 02:18 PM
nyjetshead Offline
Registered User
 
Join Date: Oct 2007
Posts: 627
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

Go to the adobe site download the tar.gz version of the flash player for 32 bit Linux
Extract it and copy into /usr/lib/mozilla/plugins
You must be root to copy it.

You can also start archive roller as root and extract it directly into /usr/lib/mozilla/plugins

su -
file-roller

Enjoy!

Last edited by nyjetshead; 14th October 2010 at 07:49 PM. Reason: Typo Left out the (-)
Reply With Quote
  #12  
Old 14th October 2010, 07:26 PM
Abhijit4daksh
Guest
 
Posts: n/a
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

How exactly I do that by command? and what about Chrome?
Reply With Quote
  #13  
Old 14th October 2010, 07:48 PM
nyjetshead Offline
Registered User
 
Join Date: Oct 2007
Posts: 627
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

Sorry I left out the -

Start file roller using the terminal as root:

su - ( then enter your root password when prompted)
file-roller

Once you installed the plugin your done.
check the about:plugins page to see that it's enabled in chrome.
If you did everything correctly you will see the plugin as well in the same page on Fire fox.
Chrome and firefox use the same plugin, nothing needs to be done for chrome.

Last edited by nyjetshead; 14th October 2010 at 07:51 PM.
Reply With Quote
  #14  
Old 14th October 2010, 08:06 PM
Abhijit4daksh
Guest
 
Posts: n/a
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

So, I don't need to get a rpm file?
Reply With Quote
  #15  
Old 14th October 2010, 08:14 PM
nyjetshead Offline
Registered User
 
Join Date: Oct 2007
Posts: 627
linuxchrome
Re: Unable to install flash plugin in firefox and Chrome

Quote:
Originally Posted by Abhijit4daksh View Post
So, I don't need to get a rpm file?
Correct... this way... you are manually installing one file as explained in the previous posts.
This assumes 32 bit Fedora it is different for X64

Last edited by nyjetshead; 14th October 2010 at 08:15 PM. Reason: Make it clearer
Reply With Quote
Reply

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
[SOLVED] Flash-plugin not working in Google Chrome Lo Zeno Using Fedora 17 12th April 2012 11:53 PM
[SOLVED] Flash plugin for firefox failed to install TvBox Installation and Live Media 0 17th August 2010 04:43 AM
Installing flash plugin for Chrome nobleman_james Using Fedora 1 28th February 2010 12:26 PM
Can't install Flash plugin for Firefox ZuLuuuuuu Alpha - Beta (Fedora 9 Only) 3 3rd May 2008 11:48 AM
How to install flash plugin in Firefox? log2ins Using Fedora 2 13th May 2006 06:47 PM


Current GMT-time: 22:15 (Tuesday, 21-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