LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Adobe Flash Player install? (https://www.linuxquestions.org/questions/linux-newbie-8/adobe-flash-player-install-4175452130/)

gregoryp 02-28-2013 02:37 PM

Adobe Flash Player install?
 
Where do I find Adobe Flash for Fedora 18?

knudfl 02-28-2013 03:14 PM

32bits : http://get.adobe.com/flashplayer/ > YUM for Linux.
.. And then install the downloaded file, adobe-release-i386-1.0-1.noarch:
cd Downloads/ && yum install adobe-release-i386-1.0-1.noarch.rpm

Next : # yum search flash ; # yum install .....


If your OS is 64bits : http://get.adobe.com/flashplayer/otherversions/

-

gregoryp 02-28-2013 03:26 PM

cannot install for the followin reason....Public key for adobe-release-i386-1.0-1.noarch(1).rpm is not installed

knudfl 02-28-2013 05:05 PM

Quote:

Public key for adobe-release-i386-1.0-1.noarch... is not installed
OK, the key will be installed after the package install.

Please do # yum install --nogpgcheck adobe-release-i386-1.0-1.noarch.rpm
Or : # yum localinstall --nogpgcheck adobe-release-*
Or : # rpm -Uvh adobe-release-*


All times are GMT -5. The time now is 05:11 PM.