Apr 28 2011

Installing Flash Player on Ubuntu 11.04 – 64 bits

Hello,

Just installed my Ubuntu 11.04 – 64 bits, and decided to install flash. I thought to install the Romeo-Adrian Cioaba script that I published as
Install Flash in Ubuntu 10.04 – 64 Bits.

I decided to update the script to install the last available flash version. The newer version that I found is Flash Player Square 10.2.p3.

Native Flash Player 10.2 Preview 3 installer
Native Flash Player 10.0.45.2 installer (Recommended, seems more stable)

Give it, execution permission:

$ chmod +x native-64bit-flash-installer.sh

-

Execute it.

$ ./native-64bit-flash-installer.sh

I commented the line that create a symbolic link to XUL-Runner, because I couldn’t find it on my computer. If you have any problem, let me know.

Tested and working!

There is a Flash version on Ubuntu repository. (It is older and I can’t guarantee anything about it. But it is there)

$ sudo apt-get install flashplugin-installer

Best Regards,
Matheus

References:
http://www.myscienceisbetter.info/install-native-64bit-flash-player-10-on-linux.html

May 14 2010

Install Flash in Ubuntu 10.04 64bits

Hello,

The classic problem when you install some new Ubuntu 64 bits version, how to use flash/

I found a script in internet that do it automaticlly for you, native flash installer (64 bits)

Close FIREFOX!

Download it

$ wget http://www.myscienceisbetter.info/flash-player/native-64bit-flash-installer.sh

Give execussion permission

$ chmod +x native-64-bit-flash-installer.sh

Execute it

$ ./native-64-bit-flash-installer.sh

Matheus

Reference:
http://mattrudge.wordpress.com/2010/05/03/installing-flash-player-on-ubuntu-10-04-64-bit/