ubuntu16.04下chrome安装flash插件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu16.04下chrome安装flash插件相关的知识,希望对你有一定的参考价值。

最近自己的ubuntu安装了最新的chrome54版本,发现视频无法播放,提示flash版本过期,原来最新的chrome已经不内置flash插件了,需要自己安装。
方法/步骤
1、安装chrome打开视频窗口会出现“flash不是最新版本的提示”
技术分享

 

2、在用户目录下创建文件夹23.0.0.185,在终端命令行输入下列命令。
$sudo mkdir -p ~/.config/google-chrome/PepperFlash/23.0.0.185

3、打开https://get.adobe.com/cn/flashplayer/下载flash插件,文件名flash_player_ppapi_linux.x86_64.tar.gz

技术分享

4、解压flash_player_ppapi娄多骋能_linux.x86_64.tar.gz文件中的所有文件,放到~/.config/google-chrome/PepperFlash/23.0.0.18文件夹,里面包含libpepflashplayer.so等文件。

技术分享

5、编辑google-chrome.desktop文件。

$sudo gedit /usr/share/applications/google-chrome.desktop

6、把其中的

Exec=/usr/bin/google-chrome-stable %U

 

替换为,

Exec=/usr/bin/google-chrome-stable %U --ppapi-flash-path=/home/用户/.config/google-chrome/PepperFlash/23.0.0.185/libpepflashplayer.so --ppapi-flash-version=23.0.0.185

技术分享

7、关闭所有浏览器窗口重启chrome浏览器,如果无效也可以尝试重新启动计算机。

注:以上图片来自网络,如有侵权,请联系[email protected],立即撤销。

 

 

以上是关于ubuntu16.04下chrome安装flash插件的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu16.04下怎么安装flash player

Ubuntu 16.04下安装64位谷歌Chrome浏览器

ubuntu下安装chrome

Ubuntu16.04安装flash_player插件

Linux入门——Ubuntu16.04安装flash player

Ubuntu16.04 下如何安装和卸载Google Chrome亲测有效