[CLUG] Macromedia Flash Player su sistemi x86_64

Dario Lesca d.lesca@solinos.it
Gio 8 Gen 2009 12:22:07 CET


Ciao a Tutti, vi inoltro questo messaggio.
Utile per chi usa Linux a 64 bit.

Ciao

------- Messaggio inoltrato -------
Da: Dario Lesca <d.lesca@solinos.it>
Reply-to: "Community assistance, encouragement, and advice for using
Fedora." <fedora-list@redhat.com>
A: Fedora Italia <fedora-it-list@redhat.com>
CC: Fedora Project List <fedora-list@redhat.com>
Oggetto: Macromedia Flash Player on x86_64 system.
Data: Thu, 08 Jan 2009 11:59:51 +0100

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@solinos.it>

-- 
Dario Lesca <d.lesca@solinos.it>



Maggiori informazioni sulla lista Clug