A beta version for Adobe's Flash player 10 is available.
It's mainly aimed at producers and consumers to test content.
Make sure to uninstall your current Flash player version before installing v.10
Linux downloads (tar.gz & rpm); link
Release notes link
-
Ugh... why the RPM packages? Did they develop it for SUSE or something?
Debian package users can download the package "alien" and CD to the directory containing the .rpm and type:
sudo alien -d packagename.rpm
Alien will recompile it into a Debian package. -
I'm not really sure but they have always mentioned SUSE and RHEL specifically, as the linux OS's it's supported on. Because of the business aspect maybe?
Afaik, it's the first time they mention, Ubuntu support has been added. -
Anyone tried it?
-
Did they fix the libflashsupport bug that crashed firefox 9/10 times?
-
-
Code:
alien -i packagename.rpm
-
-
I think Intrepid Ibex Alpha uses Flash 10 as the default flash player....
-
lugins, you'll need to create symlinks. after installing, and flash doesn't work, do:
$ ldd /path/to/libflashplayer.so
if you see:
libssl3.so => not found
libnss3.so => not found
libnspr4.so => not found
you'll need to:
$ sudo ln -s /usr/lib/libssl3.so.1d /usr/lib/libssl3.so
$ sudo ln -s /usr/lib/libnss3.so.1d /usr/lib/libnss3.so
$ sudo ln -s /usr/lib/libnspr4.so.0d /usr/lib/libnspr4.so
Prerelease version Flash Player 10 for Linux available
Discussion in 'Linux Compatibility and Software' started by Baserk, May 15, 2008.