PDA

View Full Version : Installing Flash Player in Mandriva 2008 Spring free


Feandur
March 31st, 2009, 11:24 PM
Hi:
I’m totally new to Linux, and have begun by trial & error to use Mandriva 2008 Spring free.

Can anyone tell me / confirm how to install Flash Player?

My understanding of the Adobe instructions are to:
(1)download the .rpm file to desk top, open up a command prompt in root [presumably via Linux Control Centre>System>Konsole] and type after the root # cursor the following command rpm -Uvh <rpm_package_file>; where the stuff in parenthesis is the actual packet name, eg:<flash-plugin-7.0.63-1.i386.rpm>
(2)Verify installation by launching FireFox3.0.8 and typing about:Plug-ins into the address box/browser menu.

Just concerned this ‘forced install’ is the best way to go as I’m concerned that other dependent package files are needed.

Any advice appreciated….eg: Use Easy Urpmi to add extra repositories and then see if Flash Player is in them

Thanks.

Mrkvonic
April 1st, 2009, 03:53 AM
Hello,

The tutorial is for Ubuntu, but the idea is the same:
http://www.dedoimedo.com/computers/flash_firefox_linux.html

Ask if you have questions.

Regards,
Mrk

Kerodo
April 1st, 2009, 03:26 PM
{QUOTE->

Can anyone tell me / confirm how to install Flash Player?

My understanding of the Adobe instructions are to:
(1)download the .rpm file to desk top, open up a command prompt in root [presumably via Linux Control Centre>System>Konsole] and type after the root # cursor the following command rpm -Uvh <rpm_package_file>; where the stuff in parenthesis is the actual packet name, eg:<flash-plugin-7.0.63-1.i386.rpm>
(2)Verify installation by launching FireFox3.0.8 and typing about:Plug-ins into the address box/browser menu.

Just concerned this ‘forced install’ is the best way to go as I’m concerned that other dependent package files are needed.
<-QUOTE}
You should be fine installing via the .rpm. It's often easier to just grab it out of the repositories if it's there, but if not, a manual install usually works just as well or better. With the rpm you'll be sure to have the latest at any rate. And if you try and fail with the rpm, you won't hurt anything anyway, and you can go ahead and try to find the repositories and do it that way if needed.

Feandur
April 2nd, 2009, 02:17 AM
Thanks all.