这不是以下内容的副本:askubuntu ... / failure-to-download-extra-data-files-flashplugin-installer或askubuntu ... / how-do-i-stop-failure-to-download-extra- pepflashpluginin数据文件错误。
第一个链接是最接近的,但接受的答案无效。
错误画面
推荐的解决方案
sudo apt-get remove --purge flashplugin-installer
sudo apt-get install flashplugin-installer
apt-get中的新错误
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms libcuda1-361 nvidia-prime
Use 'sudo apt autoremove' to remove them.
Suggested packages:
x-ttcidfont-conf ttf-bitstream-vera | ttf-dejavu ttf-xfree86-nonfree xfs
The following NEW packages will be installed:
flashplugin-installer
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 6,782 B of archives.
After this operation, 59.4 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 flashplugin-installer amd64 11.2.202.635ubuntu0.16.04.1 [6,782 B]
Fetched 6,782 B in 0s (17.6 kB/s)
Preconfiguring packages ...
Selecting previously unselected package flashplugin-installer.
(Reading database ... 336994 files and directories currently installed.)
Preparing to unpack .../flashplugin-installer_11.2.202.635ubuntu0.16.04.1_amd64.deb ...
Unpacking flashplugin-installer (11.2.202.635ubuntu0.16.04.1) ...
Processing triggers for update-notifier-common (3.168.1) ...
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20160913.1.orig.tar.gz
Err:1 http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20160913.1.orig.tar.gz
Could not open file /var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20160913.1.orig.tar.gz - open (2: No such file or directory) [IP: 91.189.92.191 80]
E: Failed to fetch http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20160913.1.orig.tar.gz Could not open file /var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20160913.1.orig.tar.gz - open (2: No such file or directory) [IP: 91.189.92.191 80]
E: Download Failed
Setting up flashplugin-installer (11.2.202.635ubuntu0.16.04.1) ...
我删除后似乎出现了这个问题,google-chrome-beta
但保持正常google-chrome
。Google chrome可以很好地观看带有Pepper Flash插件的电视节目,但是如果chrome出现故障,最好将Firefox保留为备用浏览器。我相信firefox需要单独的flashplugin。
规范的地方是否有故障?
我应该只apt-get remove purge
安装flashplugin-installer而不麻烦apt-get install
它吗?
PS 网站名称ca.
上的前缀ubuntu.com
表示Canonical的加拿大服务器,以前从未出现过问题。
flashplugin-installer
只需删除就可以了,而不是解决下载问题。
adobe-flashplugin
软件包。
sudo apt install flashplugin-installer
会使所有错误消失。谢谢!(是否愿意发布答案,以便我将其标记为已解决?)