Install Flash Player for Chrome x64

来源:互联网 发布:linux安装软件deb 编辑:程序博客网 时间:2024/06/02 02:12

Steps:

1.Download Flash Player 11 Release Candidate 64-bit Installers plug-in for Linux 64-bit(flashplayer11_rc1_install_lin_64_090611.tar.gz), and unpack it.

$ tar -zxvf flashplayer11_rc1_install_lin_64_090611.tar.gz

2.The package will generate a .so file and a folder. We just need to move this .so file to the plug-in directory for Chrome. However, this directory should be built by us.

$ sudo mkdir /opt/google/chrome/plugins
Then copy .so file there
$ sudo cp libflashplayer.so /opt/google/chrome/plugins/
3.To check whether this method works, type in
about:plugins
in Chrome address bar. It will show a Flash item if it works.