Advertisement
thufir

Untitled

Aug 15th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. root@dur:~#
  2. root@dur:~#
  3. root@dur:~# apt-get install tzdata
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. tzdata is already the newest version.
  8. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
  9. root@dur:~#
  10. root@dur:~# apt-get install tzdata-java
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. Some packages could not be installed. This may mean that you have
  15. requested an impossible situation or if you are using the unstable
  16. distribution that some required packages have not yet been created
  17. or been moved out of Incoming.
  18. The following information may help resolve the situation:
  19.  
  20. The following packages have unmet dependencies:
  21. tzdata-java : Depends: tzdata (= 2012b-1) but 2012e-0ubuntu0.12.04.1 is to be installed
  22. E: Unable to correct problems, you have held broken packages.
  23. root@dur:~#
  24. root@dur:~# apt-get install openjdk-7-jre-headless
  25. Reading package lists... Done
  26. Building dependency tree
  27. Reading state information... Done
  28. Some packages could not be installed. This may mean that you have
  29. requested an impossible situation or if you are using the unstable
  30. distribution that some required packages have not yet been created
  31. or been moved out of Incoming.
  32. The following information may help resolve the situation:
  33.  
  34. The following packages have unmet dependencies:
  35. openjdk-7-jre-headless : Depends: tzdata-java but it is not going to be installed
  36. E: Unable to correct problems, you have held broken packages.
  37. root@dur:~#
  38. root@dur:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement