Advertisement
Guest User

lio

a guest
Dec 10th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. lio@ubuntu:~$ sudo apt-get install flashplugin-installer gsfonts-x11
  2. [sudo] password for billio:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. Suggested packages:
  7. x-ttcidfont-conf ttf-mscorefonts-installer ttf-bitstream-vera ttf-dejavu
  8. ttf-xfree86-nonfree xfs
  9. The following NEW packages will be installed:
  10. flashplugin-installer gsfonts-x11
  11. 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
  12. Need to get 9,108 B/17.2 kB of archives.
  13. After this operation, 258 kB of additional disk space will be used.
  14. Get:1 http://us.archive.ubuntu.com/ubuntu/ quantal/main gsfonts-x11 all 0.22 [9,108 B]
  15. Fetched 9,108 B in 0s (17.9 kB/s)
  16. Preconfiguring packages ...
  17. Selecting previously unselected package flashplugin-installer.
  18. (Reading database ... 160528 files and directories currently installed.)
  19. Unpacking flashplugin-installer (from .../flashplugin-installer_11.2.202.251ubuntu0.12.10.1_i386.deb) ...
  20. Selecting previously unselected package gsfonts-x11.
  21. Unpacking gsfonts-x11 (from .../gsfonts-x11_0.22_all.deb) ...
  22. Processing triggers for update-notifier-common ...
  23. flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.251.orig.tar.gz
  24. Traceback (most recent call last):
  25. File "/usr/lib/update-notifier/package-data-downloader", line 234, in process_download_requests
  26. dest_file = urllib.urlretrieve(files[i])[0]
  27. File "/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
  28. return _urlopener.retrieve(url, filename, reporthook, data)
  29. File "/usr/lib/python2.7/urllib.py", line 239, in retrieve
  30. fp = self.open(url, data)
  31. File "/usr/lib/python2.7/urllib.py", line 207, in open
  32. return getattr(self, name)(url)
  33. File "/usr/lib/python2.7/urllib.py", line 344, in open_http
  34. h.endheaders(data)
  35. File "/usr/lib/python2.7/httplib.py", line 958, in endheaders
  36. self._send_output(message_body)
  37. File "/usr/lib/python2.7/httplib.py", line 818, in _send_output
  38. self.send(msg)
  39. File "/usr/lib/python2.7/httplib.py", line 780, in send
  40. self.connect()
  41. File "/usr/lib/python2.7/httplib.py", line 761, in connect
  42. self.timeout, self.source_address)
  43. File "/usr/lib/python2.7/socket.py", line 571, in create_connection
  44. raise err
  45. IOError: [Errno socket error] [Errno 110] Connection timed out
  46. Processing triggers for fontconfig ...
  47. Setting up flashplugin-installer (11.2.202.251ubuntu0.12.10.1) ...
  48. Setting up gsfonts-x11 (0.22) ...
  49. billio@ubuntu:~$ sudo apt-get remove --flashplugin-installer gsfonts-x11
  50. E: Command line option --flashplugin-installer is not understood
  51. billio@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement