Advertisement
Guest User

Untitled

a guest
May 13th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. yuan@localhost:~$ sudo apt-get install openjdk-6-jre-headless
  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. openjdk-6-jre-headless : Depends: tzdata-java but it is not going to be installed
  13. E: Unable to correct problems, you have held broken packages.
  14. yuan@localhost:~$ sudo apt-get install tzdata-java
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. Some packages could not be installed. This may mean that you have
  19. requested an impossible situation or if you are using the unstable
  20. distribution that some required packages have not yet been created
  21. or been moved out of Incoming.
  22. The following information may help to resolve the situation:
  23.  
  24. The following packages have unmet dependencies:
  25. tzdata-java : Depends: tzdata (= 2012b-1) but 2013g-0ubuntu0.12.04 is to be installed
  26. E: Unable to correct problems, you have held broken packages.
  27. yuan@localhost:~$ sudo apt-get install tzdata
  28. Reading package lists... Done
  29. Building dependency tree
  30. Reading state information... Done
  31. tzdata is already the newest version.
  32. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  33. yuan@localhost:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement