Pages

Friday, October 7, 2011

Install Adobe Flash Player in Fedora 15 Linux

There are several ways to install the latest Adobe Flash Player on Linux. In this tutorial I want to show you how to install Adobe Flash Player 10.3 on Linux via repository. I am using Fedora 15 on this tutorial. By installing Flash Player via repository, you will be able to update flash player anytime when the updates are available. Its pretty simple, with just typing some commands on Terminal, you will be able to have Flash player working on your Fedora 15.
How to install Adobe Flash Player on Fedora 15.
Step 1. Login as root. Use this command instead
su
or 
su -i
Step 2. Configure and add the Adobe repository to Fedora 15
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Step 3. Update Fedora
yum check-update
Step 4. Finally install Adobe Flash Player with command:
yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
That's it.