Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. sudo apt-get install oracle-java8-installer
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. cndrvcups-common:i386 libglade2-0:i386 snap-confine
  7. Use 'sudo apt autoremove' to remove them.
  8. The following additional packages will be installed:
  9. gsfonts-x11 oracle-java8-set-default
  10. Suggested packages:
  11. binfmt-support visualvm ttf-baekmuk | ttf-unfonts | ttf-unfonts-core ttf-kochi-gothic | ttf-sazanami-gothic ttf-kochi-mincho
  12. | ttf-sazanami-mincho ttf-arphic-uming
  13. The following NEW packages will be installed:
  14. gsfonts-x11 oracle-java8-installer oracle-java8-set-default
  15. 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  16. 1 not fully installed or removed.
  17. Need to get 39.6 kB/46.9 kB of archives.
  18. After this operation, 237 kB of additional disk space will be used.
  19. Do you want to continue? [Y/n] y
  20. Get:1 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial/main amd64 oracle-java8-installer all 8u144-1~webupd8~0 [32.9 kB]
  21. Get:2 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial/main amd64 oracle-java8-set-default all 8u144-1~webupd8~0 [6,738 B]
  22. Fetched 39.6 kB in 1s (29.2 kB/s)
  23. Preconfiguring packages ...
  24. Selecting previously unselected package oracle-java8-installer.
  25. (Reading database ... 294726 files and directories currently installed.)
  26. Preparing to unpack .../oracle-java8-installer_8u144-1~webupd8~0_all.deb ...
  27. oracle-license-v1-1 license has already been accepted
  28. Unpacking oracle-java8-installer (8u144-1~webupd8~0) ...
  29. Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...
  30. Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
  31. Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
  32. Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
  33. Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
  34. Rebuilding /usr/share/applications/bamf-2.index...
  35. Processing triggers for mime-support (3.59ubuntu1) ...
  36. Setting up oracle-java8-installer (8u144-1~webupd8~0) ...
  37. No /var/cache/oracle-jdk8-installer/wgetrc file found.
  38. Creating /var/cache/oracle-jdk8-installer/wgetrc and
  39. using default oracle-java8-installer wgetrc settings for it.
  40. Downloading Oracle Java 8...
  41. --2017-10-19 21:37:12-- http://download.oracle.com/otn-pub/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-x64.tar.gz
  42. Resolving download.oracle.com (download.oracle.com)... 96.18.70.8, 96.18.70.11
  43. Connecting to download.oracle.com (download.oracle.com)|96.18.70.8|:80... connected.
  44. HTTP request sent, awaiting response... 302 Moved Temporarily
  45. Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-x64.tar.gz [following]
  46. --2017-10-19 21:37:12-- https://edelivery.oracle.com/otn-pub/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-x64.tar.gz
  47. Resolving edelivery.oracle.com (edelivery.oracle.com)... 104.126.154.41, 2600:1405:6:189::2d3e, 2600:1405:6:18b::2d3e
  48. Connecting to edelivery.oracle.com (edelivery.oracle.com)|104.126.154.41|:443... connected.
  49. HTTP request sent, awaiting response... 302 Moved Temporarily
  50. Location: http://download.oracle.com/otn-pub/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-x64.tar.gz?AuthParam=1508470752_ff609d7544456f9803d217c41fb77dca [following]
  51. --2017-10-19 21:37:12-- http://download.oracle.com/otn-pub/java/jdk/8u144-b01/090f390dda5b47b9b721c7dfaa008135/jdk-8u144-linux-x64.tar.gz?AuthParam=1508470752_ff609d7544456f9803d217c41fb77dca
  52. Connecting to download.oracle.com (download.oracle.com)|96.18.70.8|:80... connected.
  53. HTTP request sent, awaiting response... 404 Not Found
  54. 2017-10-19 21:37:13 ERROR 404: Not Found.
  55.  
  56. download failed
  57. Oracle JDK 8 is NOT installed.
  58. dpkg: error processing package oracle-java8-installer (--configure):
  59. subprocess installed post-installation script returned error exit status 1
  60. Errors were encountered while processing:
  61. oracle-java8-installer
  62. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement