установка flashplugin-installer не удалась

Я хотел бы установить 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:~$ 
1
задан 10 September 2015 в 01:22

1 ответ

Я не протестировал его, но рассмотрение 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
0
ответ дан 10 September 2015 в 11:22
  • 1
    Эта команда включает пользователю root. Возможно, некоторая проблема с разрешением или подобный. Что в /var/log/auth.log? – Jim 30 November 2016 в 11:37

Другие вопросы по тегам:

Похожие вопросы: