Re: Macromedia Flash Player on x86_64 system.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Did the flash work. I have a 64bit system, but since there is the released 32bit version, I followed the instructions in the Fedora 10 FAQ. 

Worked just fine


--- On Thu, 1/8/09, Dario Lesca <d.lesca@xxxxxxxxxx> wrote:

From: Dario Lesca <d.lesca@xxxxxxxxxx>
Subject: Macromedia Flash Player on x86_64 system.
To: "Fedora Italia" <fedora-it-list@xxxxxxxxxx>
Cc: "Fedora Project List" <fedora-list@xxxxxxxxxx>
Date: Thursday, January 8, 2009, 5:59 AM

hi, I have fount this news:
http://labs.adobe.com/downloads/flashplayer10.html

and this info:
http://www.myscienceisbetter.info/64bit/

then, on my last F10-x86_64 desktop, I have install the last PreRelease
of Macromedia Flash Player x86_64 with this procedure:

> #!/bin/bash
> set -x
> flashpage='http://labs.adobe.com/downloads/flashplayer10.html'
>
> flashurl=$(wget -q $flashpage -O - | grep 'Download 64-bit Plugin for Linux'| sed -e 's/.*a href="".*//')
>
> flashfile=$(basename $flashurl)
>
> destplug=/usr/lib64/mozilla/plugins/
>
> test ! -f $flashfile && wget -c $flashurl
>
> tar -xvzf $flashfile -C $destplug
>
> exit

Work for me.

Someone have something better?

hope this help

thanks

--
Dario Lesca <d.lesca@xxxxxxxxxx>

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux