Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2976120
  • 博文数量: 401
  • 博客积分: 12926
  • 博客等级: 上将
  • 技术积分: 4588
  • 用 户 组: 普通用户
  • 注册时间: 2009-02-22 14:51
文章分类

全部博文(401)

文章存档

2015年(16)

2014年(4)

2013年(12)

2012年(82)

2011年(98)

2010年(112)

2009年(77)

分类: LINUX

2009-10-10 18:26:41

step 1:
bigfish@wangyu-desktop:sources.list.d $ pwd
/etc/apt/sources.list.d

bigfish@wangyu-desktop:sources.list.d $ ll
总用量 12K
-rw-r--r-- 1 root root 180 2008-04-19 01:53 winehq.list
-rw-r--r-- 1 root root  71 2009-07-28 09:37 pidgin-ppa.list
-rw-r--r-- 1 root root  48 2009-10-10 15:17 google-chrome.list

bigfish@wangyu-desktop:sources.list.d $ cat google-chrome.list
deb stable main
bigfish@wangyu-desktop:sources.list.d $ 

step 2: 
bigfish@wangyu-desktop:sources.list.d $ sudo aptitude update

step 3:
bigfish@wangyu-desktop:sources.list.d $ sudo apt-get install google-chrome

step 4:
root@wangyu-desktop:~ # sudo mkdir -p /opt/google/chrome/plugins
root@wangyu-desktop:~ # cd /usr/lib
root@wangyu-desktop:lib # find . -name libflashplayer.so
./adobe-flashplugin/libflashplayer.so
root@wangyu-desktop:lib # cp ./adobe-flashplugin/libflashplayer.so /opt/google/chrome/plugins/
root@wangyu-desktop:lib # /opt/google/chrome/google-chrome --enable-plugins

step 4, is enable the chrome flash.
阅读(1284) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~