Posts Tagged flash player

Ubuntu 9.04(amd64)下安装Flash player

因为项目中的网页有用到Flash,还是背景透明,之前一直懒得装Flash player,看着一块一块狗皮膏药,真不爽,还是装上吧,办法如下:

sudo apt-get purge flashplugin-nonfree gnash gnash-common mozilla-plugin-gnash nspluginwrapper swfdec-mozilla
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz && tar xvfz libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
sudo cp libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so

,

4 Comments