Guest User

Untitled

a guest
Oct 14th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. ## Installing the NodeSource Node.js v8.x repo...
  2.  
  3.  
  4. ## Populating apt-get cache...
  5.  
  6. + apt-get update
  7. Reading package lists...
  8. E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
  9. E: Unable to lock directory /var/lib/apt/lists/
  10. Error executing command, exiting
  11. Reading package lists...
  12. Building dependency tree...
  13. Reading state information...
  14. The following additional packages will be installed:
  15. libuv1
  16. The following NEW packages will be installed:
  17. libuv1 nodejs
  18. 0 upgraded, 2 newly installed, 0 to remove and 72 not upgraded.
  19. Need to get 3,218 kB of archives.
  20. After this operation, 13.4 MB of additional disk space will be used.
  21. Get:1 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libuv1 amd64 1.8.0-1 [57.4 kB]
  22. Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nodejs amd64 4.2.6~dfsg-1ubuntu4.1 [3,161 kB]
  23. debconf: unable to initialize frontend: Dialog
  24. debconf: (TERM is not set, so the dialog frontend is not usable.)
  25. debconf: falling back to frontend: Readline
  26. debconf: unable to initialize frontend: Readline
  27. debconf: (This frontend requires a controlling tty.)
  28. debconf: falling back to frontend: Teletype
  29. dpkg-preconfigure: unable to re-open stdin:
  30. Fetched 3,218 kB in 0s (3,517 kB/s)
  31. Selecting previously unselected package libuv1:amd64.
  32. (Reading database ... 92095 files and directories currently installed.)
  33. Preparing to unpack .../libuv1_1.8.0-1_amd64.deb ...
  34. Unpacking libuv1:amd64 (1.8.0-1) ...
  35. Selecting previously unselected package nodejs.
  36. Preparing to unpack .../nodejs_4.2.6~dfsg-1ubuntu4.1_amd64.deb ...
  37. Unpacking nodejs (4.2.6~dfsg-1ubuntu4.1) ...
  38. Processing triggers for libc-bin (2.23-0ubuntu9) ...
  39. Processing triggers for man-db (2.7.5-1) ...
  40. Setting up libuv1:amd64 (1.8.0-1) ...
  41. Setting up nodejs (4.2.6~dfsg-1ubuntu4.1) ...
  42. update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
  43. Processing triggers for libc-bin (2.23-0ubuntu9) ...
Add Comment
Please, Sign In to add comment