Advertisement
Guest User

Untitled

a guest
Jun 5th, 2013
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. beck@Michlbubi2:~$ sudo apt-get install openjdk-7-jdk
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. E: Couldn't find package openjdk-7-jdk
  6. beck@Michlbubi2:~$ sudo add-apt-repository ppa:openjdk/ppa
  7. gpg: keyring `/tmp/tmpJfcrGH/secring.gpg' created
  8. gpg: keyring `/tmp/tmpJfcrGH/pubring.gpg' created
  9. gpg: requesting key 214AEA0E from hkp server keyserver.ubuntu.com
  10. gpg: /tmp/tmpJfcrGH/trustdb.gpg: trustdb created
  11. gpg: key 214AEA0E: public key "Launchpad PPA for OpenJDK" imported
  12. gpg: Total number processed: 1
  13. gpg: imported: 1 (RSA: 1)
  14. OK
  15. beck@Michlbubi2:~$ sudo apt-get update
  16. Get:1 http://ppa.launchpad.net lucid Release.gpg [316B]
  17. Ign http://ppa.launchpad.net/openjdk/ppa/ubuntu/ lucid/main Translation-en_US
  18. Hit http://security.ubuntu.com lucid-security Release.gpg
  19. ...
  20. Hit http://us.archive.ubuntu.com lucid-updates/multiverse Packages
  21. Hit http://us.archive.ubuntu.com lucid-updates/multiverse Sources
  22. Fetched 19.1kB in 0s (20.3kB/s)
  23. Reading package lists... Done
  24. beck@Michlbubi2:~$ sudo apt-get install openjdk-7-jdk
  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 to resolve the situation:
  33.  
  34. The following packages have unmet dependencies:
  35. openjdk-7-jdk: Depends: openjdk-7-jre (>= 7~b117~pre1-0lucid1) but it is not going to be installed
  36. E: Broken packages
  37. beck@Michlbubi2:~$ sudo apt-get install openjdk-7-jre
  38. Reading package lists... Done
  39. Building dependency tree
  40. Reading state information... Done
  41. Some packages could not be installed. This may mean that you have
  42. requested an impossible situation or if you are using the unstable
  43. distribution that some required packages have not yet been created
  44. or been moved out of Incoming.
  45. The following information may help to resolve the situation:
  46.  
  47. The following packages have unmet dependencies:
  48. openjdk-7-jre: Depends: openjdk-7-jre-headless (>= 7~b117~pre1-0lucid1) but it is not going to be installed
  49. E: Broken packages
  50. beck@Michlbubi2:~$ sudo apt-get install openjdk-7-jdk openjdk-7-jre openjdk-7-jre-headless
  51. Reading package lists... Done
  52. Building dependency tree
  53. Reading state information... Done
  54. Some packages could not be installed. This may mean that you have
  55. requested an impossible situation or if you are using the unstable
  56. distribution that some required packages have not yet been created
  57. or been moved out of Incoming.
  58. The following information may help to resolve the situation:
  59.  
  60. The following packages have unmet dependencies:
  61. openjdk-7-jdk: Conflicts: openjdk-7-jre (< 7b89~pre1-0) but 7~b117~pre1-0lucid1 is to be installed
  62. Conflicts: openjdk-7-jre-headless (< 7b89~pre1-0) but 7~b117~pre1-0lucid1 is to be installed
  63. openjdk-7-jre: Conflicts: openjdk-7-jdk (< 7b89~pre1-0) but 7~b117~pre1-0lucid1 is to be installed
  64. Conflicts: openjdk-7-jre-headless (< 7b89~pre1-0) but 7~b117~pre1-0lucid1 is to be installed
  65. openjdk-7-jre-headless: Depends: openjdk-7-jre-lib (>= 7~b117~pre1-0lucid1) but it is not going to be installed
  66. Conflicts: openjdk-7-jdk (< 7b89~pre1-0) but 7~b117~pre1-0lucid1 is to be installed
  67. Conflicts: openjdk-7-jre (< 7b89~pre1-0) but 7~b117~pre1-0lucid1 is to be installed
  68. E: Broken packages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement