Installing Flash Player in Fedora 20

Adobe Flash Player is an essential utility that we cannot avoid in our daily computer activities. whether it is a Desktop/Laptop or Smartphone/Tablet we cannot avoid it. It helps us play multimedia content over web browsers. In order to run some websites we need this plugin to be installed in our computer. some websites like youtube may not provide you better experiance if you have not installed it. So here is how we install it in Fedora 20.

Step 1 : Install Adobe Yum Repository

Adobe repository contains the installation / updation files for Adobe Flash Player and other plugins and softwares. run the below command in your terminal to install the Adobe Yum Repository in your computer.

For 32 Bit Fedora 20


sudo -i
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

 

For 64Bit Fedora 20


sudo -i
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

Step 2 : Install Adobe Flash Player in Fedora 20


yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl

Thats it. The installation is complete.