Advertisement
Guest User

Untitled

a guest
Nov 1st, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. # apt-get install java6-runtime-headless
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Package java6-runtime-headless is a virtual package provided by:
  6. openjdk-7-jre-headless 7~b147-2.0~pre6-1ubuntu1
  7. openjdk-6-jre-headless 6b23~pre10-0ubuntu5
  8. default-jre-headless 1:1.6-42ubuntu2
  9. You should explicitly select one to install.
  10.  
  11. E: Package 'java6-runtime-headless' has no installation candidate
  12. root@airvision:/home/jluthman# apt-get install default-jre-headless
  13. Reading package lists... Done
  14. Building dependency tree
  15. Reading state information... Done
  16. You might want to run 'apt-get -f install' to correct these:
  17. The following packages have unmet dependencies:
  18. airvision : Depends: jsvc (>= 1.0.4) but it is not going to be installed
  19. default-jre-headless : Depends: openjdk-6-jre-headless (>= 6b14) but it is not going to be installed
  20. Depends: java-common but it is not going to be installed
  21. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement