How To Install Adobe Flash Player 10 into Firefox 3 under Fedora 9

January 2, 2010

How To

The Flash Player has been improved to support new and cool internet browsing features such as 3D effects, advanced 3D layouts and more.  How to install flash player 10 on fedora

Adobe Flash Player 10 Installation into Firefox 3 under Fedora 9

To install flash 10 with your Firefox browser under Fedora 9 OS, simply follow the following steps.

Step One

As root, uninstall any existing adobe flash player named flash-plugin rpm package like so

# rpm -qa | grep flash-plugin | xargs rpm -e

Uninstall Fedora’s gnash and swfdec rpm packages like so

# rpm -qa | grep swfdec | xargs rpm -e
# rpm -qa | grep gnash | xargs rpm -e

Uninstalling Fedora’s mozplugger rpm is not required but can be optional. Removing mozpluggerrc would disable other browser plugins of Firefox. If you wish to uninstall mozpluggerrc rpm package, simply

# rpm -qa | grep mozpluggerrc | xargs rpm -e

Step Three

For i386 machines, download and install every rpm that you can find from this http://kojipkgs.fedoraproject.org/packages/

To install, simply

# rpm -ivh curl-7.18.2-3.fc9.i386.rpm
# rpm -ivh curl-debuginfo-7.18.2-3.fc9.i386.rpm
# rpm -ivh libcurl-7.18.2-3.fc9.i386.rpm
# rpm -ivh libcurl-devel-7.18.2-3.fc9.i386.rpm

If you have any existing rpm package simply use rpm upgrade like so

# rpm -Uvh curl-7.18.2-3.fc9.i386.rpm
# rpm -Uvh curl-debuginfo-7.18.2-3.fc9.i386.rpm
# rpm -Uvh libcurl-7.18.2-3.fc9.i386.rpm
# rpm -Uvh libcurl-devel-7.18.2-3.fc9.i386.rpm

If you your platform is not of i386 type, locate your machine’s architecture http://kojipkgs.fedoraproject.org/packages/ and download those rpms located under platform folder and install it into your F9 using the same rpm command as shown recently.

If you have earlier Fedora versions, you could get libcurl rpm of your old Fedora versions http://kojipkgs.fedoraproject.org/packages/curl/7.18.2/

Step Four
Now, get back to your terminal window. Ensure that curl library is within the search path

# updatedb ; locate libcurl.so.3
/usr/lib/libcurl.so.3

Ensure also that Firefox binary can be found from default path as well


# which firefox
/usr/bin/firefox

Step Five

Download Adobe Flash Player rpm plugin and install it via rpm


# wget -c [block]4[/block]


# rpm -ivh flashplayer10_install_linux_081108.i386.rpm

The above adobe flash rpm is for compiled for Fedora 9 i386 platforms, no other rpms are available for other linux platforms as of this posting.

Step Six

Go to /usr/lib/mozilla/plugins/ folder

# cd /usr/lib/mozilla/plugins/
# ls -la /usr/lib/mozilla/plugins/

and make sure you have the following lines

lrwxrwxrwx 1 root root 39 2008-08-20 08:40 libflashplayer.so -> /usr/lib/flash-plugin/libflashplayer.so

Step Seven

Restart your firefox browser and head on towww.youtube.com to test your latest installation of adobe flash player 10.

Congratulations, you’ve just installed Adobe Flash Player 10!

Adobe Flash Player 10 Installation Verification
Launch Firefox browser and enter about:config as your URL . Check for adobe flash plugin lines.

Troubleshooting

Note that nspluginwrapper rpm is not required for successful installation using Fedora 9 OS.  If the installation does not work, and you have earlier version of Fedora, try installing nspluginwrapper rpm using yum like so

# yum -y install nspluginwrapper

, , , , ,

Trackbacks/Pingbacks

  1. News Alert » Blog Archive » How To Install Adobe Flash Player 10 into Firefox 3 under Fedora 9 … - January 2, 2010

    [...] the original here: How To Install Adobe Flash Player 10 into Firefox 3 under Fedora 9 … Tags: flash, flash-player, internet-browsing, support-new This entry was posted on Saturday, [...]

  2. How To Install Adobe Flash Player 10 into Firefox 3 under Fedora 9 … | Just linux! - January 2, 2010

    [...] Excerpt from:  How To Install Adobe Flash Player 10 into Firefox 3 under Fedora 9 … [...]

  3. Samsung Wi-Fi Blu-ray Player | Buy & Reviews Blu ray Disc Player | All Brands and Models | Best Deal Update Daily - January 2, 2010

    [...] How To Install Adobe Flash Player 10 into Firefox 3 under Fedora 9 … [...]

  4. How To Install A Flagstone Patio – Step By Step Guide. | Photo Studio Equipment - January 7, 2010

    [...] How To Install Adobe Flash Player 10 into Firefox 3 low Fedora 9 Share and Enjoy: [...]

Leave a Reply