Adobe已经宣布Adobe Flash Player23测试版发布。这个beta版本包括安全性,稳定性,性能和设备兼容性为Flash Player23和AIR23个新功能,以及其他改进和bug修复。
Adobe Flash Player 23 Beta Highlight
New and Updated Features: Extended Beta – Flash Player NPAPI for Linux
Linux users have access to both NPAPI and PPAPI versions of Flash Player. However, for the last four years, the NPAPI version has been held at 11.2 and regularly updated with only security fixes while the PPAPI version (used in Chrome and Chromium based browsers), is in line with the standard Windows and Mac releases.
In the past, we communicated that NPAPI Linux releases would stop in 2017. However, this is no longer the case, and once we have performed sufficient testing and received community feedback, we will release both NPAPI and PPAPI Linux with their major version numbers in sync and on a regular basis.
Because this change is primarily a security initiative, some features (like GPU 3D acceleration and premium video DRM) will not be fully implemented.
If you require this functionality, we recommend that you use the PPAPI version of Flash Player
请参阅完整的详细信息的发行说明
如何在 Ubuntu 16.04 中安装 Adobe Flash Player 23 Beta
32位系统
wget https://fpdownload.macromedia.com/pub/labs/flashruntimes/flashplayer/linux32/libflashplayer.so sudo sed -i "/^# deb .*partner/ s/^# //"/etc/apt/sources.list sudo apt-get update sudo apt install adobe-flashplugin sudo mv libflashplayer.so /usr/lib/adobe-flashplugin/ sudo chown root:root /usr/lib/adobe-flashplugin/libflashplayer.so
Restart browser
64位系统
wget https://fpdownload.macromedia.com/pub/labs/flashruntimes/flashplayer/linux64/libflashplayer.so
sudo sed -i “/^# deb .*partner/ s/^# //”/etc/apt/sources.list
sudo apt-get update
sudo apt install adobe-flashplugin
sudo mv libflashplayer.so /usr/lib/adobe-flashplugin/
sudo chown root:root /usr/lib/adobe-flashplugin/libflashplayer.so
更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2
本文永久更新链接地址:http://www.linuxidc.com/Linux/2016-09/135600.htm