redhat6安裝flashplayer

lhb_immortal發表於2011-09-28

Step 1. Launch Firefox >> visit YouTube >> pick any video to watch >> if you found error saying “You need to upgrade your Adobe Flash Player to watch this video” >> then simply click on [Upgrade Now] link in the bottom side.

Step 2. Now you should some kind like screenshot above. Now makes sure that if you are a 32bit user select RPM format. But for all 64 bit version users should download a native version from Adobe labs. In Adobe Labs page click on the “Download Adobe Flash 11 beta 2” link.

Step 3. Now click on “Download plug-in for Linux 64-bit (TAR.GZ)” and save it to /tmp directory. Or alternatively you can use following commands:

cd /tmp
wget http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b2_install_lin_64_080811.tar.gz

Step 4. Now we’ll install the Flash Player package we’ve just downloaded. use this command:

cd /tmp
tar -zxvf flashplayer11_b2_install_lin_64_080811.tar.gz

Step 5. Make sure your web browser is closed then run following commands:

cp libflashplayer.so /usr/lib64/mozilla/plugins/
chmod 0755 /usr/lib64/mozilla/plugins/libflashplayer.so

or use this command to install it:

install -v -m 0755 libflashplayer.so /usr/lib64/mozilla/plugins

That is it. Now launch Firefox up again and visit Youtube to test if your Flash Player installation is correct.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25313300/viewspace-708431/,如需轉載,請註明出處,否則將追究法律責任。

相關文章