AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 672287
Accepted
stdcerr
stdcerr
Asked: 2015-09-10 13:55:35 +0800 CST2015-09-10 13:55:35 +0800 CST 2015-09-10 13:55:35 +0800 CST

flashplugin-installer 安装失败

  • 772

我想安装flashplugin-installer,但我得到以下信息:

ron@jpax-build11:~$ sudo apt-get install flashplugin-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  x-ttcidfont-conf ttf-mscorefonts-installer 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 12 not upgraded.
Need to get 0 B/6,866 B of archives.
After this operation, 140 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package flashplugin-installer.
(Reading database ... 445615 files and directories currently installed.)
Preparing to unpack .../flashplugin-installer_11.2.202.508ubuntu0.14.04.1_amd64.deb ...
Unpacking flashplugin-installer (11.2.202.508ubuntu0.14.04.1) ...
Processing triggers for update-notifier-common (0.154.1ubuntu1) ...
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20150811.1.orig.tar.gz
Traceback (most recent call last):
  File "/usr/lib/update-notifier/package-data-downloader", line 239, in process_download_requests
    dest_file = urllib.urlretrieve(files[i])[0]
  File "/usr/lib/python2.7/urllib.py", line 94, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/usr/lib/python2.7/urllib.py", line 240, in retrieve
    fp = self.open(url, data)
  File "/usr/lib/python2.7/urllib.py", line 208, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 345, in open_http
    h.endheaders(data)
  File "/usr/lib/python2.7/httplib.py", line 975, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 835, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 797, in send
    self.connect()
  File "/usr/lib/python2.7/httplib.py", line 778, in connect
    self.timeout, self.source_address)
  File "/usr/lib/python2.7/socket.py", line 553, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known
Setting up flashplugin-installer (11.2.202.508ubuntu0.14.04.1) ...
ron@jpax-build11:~$ 

但是我可以下载http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20150811.1.orig.tar.gz就好了wget但是我不知道之后怎么安装。我怎样才能做到这一点?

谢谢

EDIT1
不确定哪个版本的 Ubuntu,我认为它是12.04版(由于兼容性原因)

$ apt-cache policy flashplugin-installer
flashplugin-installer:
  Installed: 11.2.202.508ubuntu0.14.04.1
  Candidate: 11.2.202.508ubuntu0.14.04.1
  Version table:
 *** 11.2.202.508ubuntu0.14.04.1 0
        500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/multiverse amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ trusty-security/multiverse amd64 Packages
        100 /var/lib/dpkg/status
     11.2.202.350ubuntu1 0
        500 http://ca.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 Packages
ron@jpax-build11:~$ 
flash
  • 1 1 个回答
  • 1058 Views

1 个回答

  • Voted
  1. Best Answer
    muru
    2015-09-10T14:33:21+08:002015-09-10T14:33:21+08:00

    我还没有测试过,但是查看postinst脚本,文件应该是/var/cache/flashplugin-installer. 尝试将文件保存在那里并运行sudo dpkg-reconfigure flashplugin-installer:

    sudo cp adobe-flashplugin_20150811.1.orig.tar.gz /var/cache/flashplugin-installer
    sudo dpkg-reconfigure flashplugin-installer
    
    • 2

相关问题

  • 创建一个启动器(用于 Mechinarium)

  • Flash 在 Firefox 中无法正常工作。不会响应某些点击[关闭]

  • 为什么 Flash 应用程序如此缓慢/崩溃?

  • 帮助让 Flash 播放器在第二个屏幕上工作?

  • How do I install Adobe Flash player?对于 11.10 及更高版本明确修复 11.10 上的 64 位 Flash

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve