Advertisement
Guest User

Untitled

a guest
Mar 27th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1.  
  2. cw@tt:~$ sudo apt-get install wine
  3. [sudo] password for cw:
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. Some packages could not be installed. This may mean that you have
  8. requested an impossible situation or if you are using the unstable
  9. distribution that some required packages have not yet been created
  10. or been moved out of Incoming.
  11. The following information may help to resolve the situation:
  12.  
  13. The following packages have unmet dependencies.
  14. wine : Depends: wine1.6 but it is not going to be installed
  15. E: Unable to correct problems, you have held broken packages.
  16. cw@tt:~$ sudo apt-get install wine1.6
  17. Reading package lists... Done
  18. Building dependency tree
  19. Reading state information... Done
  20. Some packages could not be installed. This may mean that you have
  21. requested an impossible situation or if you are using the unstable
  22. distribution that some required packages have not yet been created
  23. or been moved out of Incoming.
  24. The following information may help to resolve the situation:
  25.  
  26. The following packages have unmet dependencies.
  27. wine1.6 : Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu10)
  28. E: Unable to correct problems, you have held broken packages.
  29. cw@tt:~$ sudo apt-get install wine1.6-i386
  30. Reading package lists... Done
  31. Building dependency tree
  32. Reading state information... Done
  33. Some packages could not be installed. This may mean that you have
  34. requested an impossible situation or if you are using the unstable
  35. distribution that some required packages have not yet been created
  36. or been moved out of Incoming.
  37. The following information may help to resolve the situation:
  38.  
  39. The following packages have unmet dependencies.
  40. wine1.6-i386:i386 : Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not going to be installed
  41. Recommends: libcups2:i386 but it is not going to be installed
  42. E: Unable to correct problems, you have held broken packages.
  43. cw@tt:~$ sudo apt-get install libldap-2.4-2:i386
  44. Reading package lists... Done
  45. Building dependency tree
  46. Reading state information... Done
  47. Some packages could not be installed. This may mean that you have
  48. requested an impossible situation or if you are using the unstable
  49. distribution that some required packages have not yet been created
  50. or been moved out of Incoming.
  51. The following information may help to resolve the situation:
  52.  
  53. The following packages have unmet dependencies.
  54. libldap-2.4-2:i386 : Depends: libgssapi3-heimdal:i386 (>= 1.4.0+git20110226) but it is not going to be installed
  55. E: Unable to correct problems, you have held broken packages.
  56. cw@tt:~$ sudo apt-get install libgssapi3-heimdal:i386
  57. Reading package lists... Done
  58. Building dependency tree
  59. Reading state information... Done
  60. Some packages could not be installed. This may mean that you have
  61. requested an impossible situation or if you are using the unstable
  62. distribution that some required packages have not yet been created
  63. or been moved out of Incoming.
  64. The following information may help to resolve the situation:
  65.  
  66. The following packages have unmet dependencies.
  67. libgssapi3-heimdal:i386 : Depends: libasn1-8-heimdal:i386 (>= 1.4.0+git20110226) but it is not going to be installed
  68. Depends: libcomerr2:i386 (>= 1.01) but it is not going to be installed
  69. Depends: libhcrypto4-heimdal:i386 (>= 1.4.0+git20110226) but it is not going to be installed
  70. Depends: libheimntlm0-heimdal:i386 (>= 1.4.0+git20110226) but it is not going to be installed
  71. Depends: libkrb5-26-heimdal:i386 (>= 1.6~git20131117) but it is not going to be installed
  72. E: Unable to correct problems, you have held broken packages.
  73. cw@tt:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement