昨天我的电脑运行了更新,丢失了 flashplayer。如果我尝试重新安装,它还是会出现同样的情况,无法访问源或类似情况。
抱歉,我根本不懂电脑,来到 Ubuntu 是因为我不得不来,现在又不想离开,所以我不是很好解释技术上出了什么问题。
我发现其他人在通过代理更新时也遇到了类似的问题,但我 99% 确定我的家庭网络没有设置代理(我的室友向我保证了这一点)。
我认为我在使用 Ubuntu 12.04 并使用 Firefox。
安装似乎运行正常,直到出现以下情况:
flashplugin-安装程序:下载http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.297.orig.tar.gz
然后它会冻结一会儿,吐出几个假人,然后想出
无法下载额外的数据文件 以下软件包在安装后请求下载额外的数据,但无法下载或无法处理数据。flashplugin-installer 稍后将再次尝试下载,或者您可以立即重试下载。运行此命令需要有效的 Internet 连接。
然后我再次尝试,它打开了一个新终端,并尝试再次从以前的网站下载。它再次冻结,过了一会儿终端关闭,但什么都没有解决/闪存仍然不起作用。
如果它有用,我会将我的终端脚本粘贴在下面,任何帮助都将非常感激,因为我真的不想再使用 Windows。
user:~$ sudo apt-get install flashplugin-installer
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
compiz-plugins compiz-plugins-main python-compizconfig python-central
Use 'apt-get autoremove' to remove them.
Suggested packages:
x-ttcidfont-conf 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 0 B/6,932 B of archives.
After this operation, 139 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package flashplugin-installer.
(Reading database ... 509266 files and directories currently installed.)
Unpacking flashplugin-installer (from .../flashplugin-installer_11.2.202.297ubuntu0.12.04.1_i386.deb) ...
Processing triggers for update-notifier-common ...
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.297.orig.tar.gz
Traceback (most recent call last):
File "/usr/lib/update-notifier/package-data-downloader", line 234, in process_download_requests
dest_file = urllib.urlretrieve(files[i])[0]
File "/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.7/urllib.py", line 239, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.7/urllib.py", line 207, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 344, in open_http
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 776, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 757, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 571, in create_connection
raise err
IOError: [Errno socket error] [Errno 101] Network is unreachable
Setting up flashplugin-installer (11.2.202.297ubuntu0.12.04.1) ...
答案1
手动从下载最新adobe-flashplugin_11.2.XXX.XXX.orig.tar.gz
版本这里,然后运行sudo dpkg-reconfigure flashplugin-installer
。它会显示这个对话框:
只需输入保存文件的目录。
答案2
你试过这个吗:
sudo apt-get install --reinstall flashplugin-nonfree && sudo dpkg-reconfigure -a
这样也许能很好地发挥作用。
答案3
对于像我这样不懂 Linux 的人来说太难了。只需安装 Google Chrome(无法通过 ubuntu 软件中心执行此操作,因此通过简单的 Google 互联网搜索即可)。
然后使用谷歌浏览器-
完毕