Welcome 微信登录

首页 / 操作系统 / Linux / Ubuntu 16.04 安装 Adobe Flash Player 23 Beta

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 LinuxLinux 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.sosudo sed -i "/^# deb .*partner/ s/^# //"/etc/apt/sources.listsudo apt-get updatesudo apt install adobe-flashpluginsudo mv libflashplayer.so /usr/lib/adobe-flashplugin/sudo chown root:root /usr/lib/adobe-flashplugin/libflashplayer.soRestart browser64位系统wget https://fpdownload.macromedia.com/pub/labs/flashruntimes/flashplayer/linux64/libflashplayer.sosudo sed -i "/^# deb .*partner/ s/^# //"/etc/apt/sources.listsudo apt-get updatesudo apt install adobe-flashpluginsudo 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本文永久更新链接地址