Advertisement
Guest User

Node.js problem on Ubuntu on NVidia Jetson TK1

a guest
Nov 27th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ubuntu@tegra-ubuntu:~$ sudo apt-get install nodejs
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12. nodejs : Depends: rlwrap but it is not installable
  13. E: Unable to correct problems, you have held broken packages.
  14. ubuntu@tegra-ubuntu:~$ sudo apt-get install rlwrap
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. Package rlwrap is not available, but is referred to by another package.
  19. This may mean that the package is missing, has been obsoleted, or
  20. is only available from another source
  21.  
  22. E: Package 'rlwrap' has no installation candidate
  23. ubuntu@tegra-ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement