Macromedia Flash Player on x86_64 system.

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

 



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="//' -e 's/".*//')
> 
> 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

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

  Powered by Linux