考虑到debian 9对flash支持的忽略,(没有跟上发布冻结周期)
可以从10又获得有了支持
自己处理两个文件目录
cat /etc/chromium.d/pepperflashplugin-nonfree
flashso="/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so"
flashversion=`strings $flashso 2> /dev/null | grep LNX | cut -d ' ' -f 2 | sed -e "s/,/./g"`
CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=$flashversion"
从adobe下载tar文件
ls /usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so
ls /usr/lib/pepperflashplugin-nonfree/manifest.json
ls /var/cache/pepperflashplugin-nonfree/manifest.json
在debian 8下需要依赖binutils
root@mh20170907:~#
root@mh20170907:~# aptitude
Selecting previously unselected package binutils.
(Reading database ... 58712 files and directories currently installed.)
Preparing to unpack .../binutils_2.25-5+deb8u1_amd64.deb ...
Unpacking binutils (2.25-5+deb8u1) ...
Selecting previously unselected package pepperflashplugin-nonfree.
Preparing to unpack .../pepperflashplugin-nonfree_1.8.1+deb8u1_amd64.deb ...
Unpacking pepperflashplugin-nonfree (1.8.1+deb8u1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up binutils (2.25-5+deb8u1) ...
Setting up pepperflashplugin-nonfree (1.8.1+deb8u1) ...
ERROR: wget failed to download ~bartm/pepperflashplugin-nonfree/latest-stable-verified.txt
More information might be available at:
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Press Return to continue.
root@mh20170907:~#
阅读(1213) | 评论(0) | 转发(0) |