Adobes' Flash Player 9 is now public ready and can be downloaded from macromedia.mplug.org.
Quick install on Fedora using yum repository:
-
Create the yum repo file as below:
# cat << EOF > /etc/yum.repos.d/macromedia.repo
[macromedia]
name=Macromedia for i386 Linux
baseurl=http://macromedia.rediris.es/rpm/
enabled=0
gpgcheck=1
gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY
EOF
Install the flash-plugin via yum:
# yum --enablerepo=macromedia -y install flash-plugin