Centos 安装Flash控件

原文地址:http://www.qiujicai.com/?post=30

系统环境;CentOS 5.5

在以前的日志中我有写过如何在Ubuntu系统安装Flash控件文章,今天在这里谈谈如何在Centos中安装此控件,方法与Ubuntu相似,操作如下 :

1、下载Flash控件

请到官方下载linux 与tar.gz后辍的格式,URL:http://get.adobe.com/cn/flashplayer/completion/?installer=Flash_Player_10.1_for_Linux_(.tar.gz)

2、解压

将下载的文件“install_flash_player_10_linux.tar.gz”,比如下载 存放在/home/jecks/Desktop/下 ;

[root@localhost ~]# cd /home/jecks/Desktop/
[root@localhost Desktop]# tar -zxvf install_flash_player_10_linux.tar.gz
[root@localhost Desktop]# ls
libflashplayer.so

解压后得到“libflashplayer.so”,将此文件复制到/usr/lib/mozilla/plugins/目录下;

[root@localhost Desktop]# cp libflashplayer.so /usr/lib/mozilla/plugins/

3、重启浏览器,安装完成。



你可能感兴趣的:(Centos 安装Flash控件)