LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   How to install flash player with Fedora 7 (https://www.linuxquestions.org/questions/fedora-35/how-to-install-flash-player-with-fedora-7-a-594508/)

bunjee 10-25-2007 09:44 AM

How to install flash player with Fedora 7
 
Please help me install Adobe Flash player using Fedora 7. I try to drag the tar.gz file into the terminal and hit enter on the keyboard but all I get is the File Roller program with the program I want to install in the File Roller window. I do not know what to do next. I am new to Linux - please advise.

Danny J.
bunjee@charter.net

Iltbreg 10-25-2007 10:28 AM

Hi,
You can install the flash player plugin with Yum if you like. All you have to do is configure yum repositories. This link here explains how you can do it:
http://www.mjmwired.net/resources/mj...-f7.html#flash

Hope it helps.

shafty023 10-25-2007 02:49 PM

"yum install flash-plugin.i386" without quotes from a terminal window. then you'll need to find the directory where you have your browser installed. If you use Firefox then "normally" but not always, it'll be /usr/lib/firefox.

So what you'll need to do is create a symlink (a shortcut if you speak windows) of the plugin into the firefox plugin directory. You can do this by issuing this command at a terminal window once you have the the flash plugin installed "ln -s /usr/lib/flash-plugin/libflashplayer.so /usr/lib/firefox/plugins" without quotes. If you get an error file/directory not found that is probably b/c that is not the correct path to your firefox installation. Please double click on your home icon on your desktop, navigate to the root directory, double click on "usr" folder, then "lib" folder, and look for firefox in there. It shouldn't be hard. Then replace the path I wrote above for firefox with the one that is correct for your system. All of this should be done as ROOT user. You can simply type "su - root" from a terminal window, enter the root password and ur now root. PLEASE DO NOT LOG INTO YOUR LINUX INSTALLATION AS ROOT. That should never be done, it's a no no.

Glennzo 10-26-2007 06:06 AM

Go to the Adobe site, http://www.adobe.com/shockwave/downl...ShockwaveFlash and install the Adobe repo. Open a terminal and type yum install flash-plugin


All times are GMT -5. The time now is 08:38 PM.