您的位置:首页 > 运维架构 > Linux

001-Linux环境: Install Flash Player

2013-08-20 20:21 211 查看
1.Install Flash Player for Iceweasel / Firefox in 3 Simple Steps

Step # 01

Lauch the browser and download the Flash Player in a seperate folder.

Download link = http://get.adobe.com/flashplayer/
(Note: Version to download tar.gz for other Linux)

Step # 02

Launch the terminal and open the folder path where downloaded flash file is stored then run the following command.

Code:
tar xzvf install_flash_player_11_linux.i386.tar.gz


or

Code:
tar xzvf install_flash_player_11_linux.x86_64.tar.gz


If in case your downloaded file having some another name then put that file name during extracting

Code:
tar xzvf yourdownloadedfilename.tar.gz


Step # 3

Now run the following last command (Remember: Do not change the folder path stay in the same folder where you unpacked the files)

Code:
cp libflashplayer.so /usr/lib/mozilla/plugins/


Congratulations!

2.change user

su user_name
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: