cri*_*iss 6 software-installation 14.10
在我将我的 Ubuntu 升级到 14.10 之后(升级过程中一切正常),每次我尝试安装 Pepperflashplugin-nonfree 安装时都会挂起 80% 并保持数小时(甚至几天),直到我取消操作或直到我关闭我的电脑:
sudo apt-get install pepperflashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ttf-dejavu ttf-xfree86-nonfree
The following NEW packages will be installed:
pepperflashplugin-nonfree
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/11,1 kB of archives.
After this operation, 70,7 kB of additional disk space will be used.
Selecting previously unselected package pepperflashplugin-nonfree.
(Reading database ... 279064 files and directories currently installed.)
Preparing to unpack .../pepperflashplugin-nonfree_1.7ubuntu1_amd64.deb ...
Unpacking pepperflashplugin-nonfree (1.7ubuntu1) ...
Setting up pepperflashplugin-nonfree (1.7ubuntu1) ...
Progress: [ 80%] [###############################################...........]
Run Code Online (Sandbox Code Playgroud)
在此之后,当我尝试更新我的系统或安装其他东西时,我收到了保存损坏包的错误。我只能通过运行错误来摆脱:
sudo apt-get install pepperflashplugin-nonfree
Run Code Online (Sandbox Code Playgroud)
而且我可以安装除pepperflashplugin-nonfree之外的任何东西。
所以,我的问题是:安装pepperflashplugin-nonfree 有什么问题?为什么它不想完成?我提到我有一个良好的互联网连接。
如果您\xe2\x80\x99在Ubuntu中使用基于Chromium的Web浏览器,您可能会发现从Ubuntu软件中心安装的Adobe Flash Player并不总是工作。
\n\n由于 \xe2\x80\x98Aura\xe2\x80\x99 for Linux(取代 GTK+)缺乏对 NPAPI 插件的编码支持,因此 Ubuntu 存储库中的 \xe2\x80\x9cold\xe2\x80\x9d Adobe 插件不再播放 Flash基于 Chromium 的 Web 浏览器中的内容。
\n\n作为解决方法,您可以使用 \xe2\x80\x98Pepper Flash\xe2\x80\x99,它与 Google Chrome 捆绑在一起,提供适用于 Linux 的最新 Adobe Flash Player。
\n\n单击此处调出 Ubuntu 软件中心,然后单击安装按钮\n这将安装软件包 \xe2\x80\x9cPepperflashplugin-nonfree\xe2\x80\x9c,该软件包将从 Google 下载 Chrome,解压并制作随附的 Pepper Flash Player可与 Chromium 一起使用。这也将降低您的终端错误风险。
\n\n之后,重新启动 Chromium 浏览器,Flash 现在应该可以工作了。如果没有,请关闭浏览器并在终端中运行以下命令 (Ctrl+Alt+T) 以告知插件位置:
\n\nsudo update-pepperflashplugin-nonfree --install
那\xe2\x80\x99就是它。享受!
\n