Advertisement
Guest User

playonlinux install errors

a guest
Apr 15th, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. [username]@games:~$ sudo apt-get install playonlinux
  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. playonlinux : Depends: python-wxgtk3.0 but it is not going to be installed
  13. Depends: mesa-utils but it is not going to be installed
  14. E: Unable to correct problems, you have held broken packages.
  15. [username]@games:~$ sudo apt-get install python-wxgtk3.0
  16. Reading package lists... Done
  17. Building dependency tree
  18. Reading state information... Done
  19. Some packages could not be installed. This may mean that you have
  20. requested an impossible situation or if you are using the unstable
  21. distribution that some required packages have not yet been created
  22. or been moved out of Incoming.
  23. The following information may help to resolve the situation:
  24.  
  25. The following packages have unmet dependencies:
  26. python-wxgtk3.0 : Depends: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) but it is not going to be installed
  27. E: Unable to correct problems, you have held broken packages.
  28. [username]@games:~$ sudo apt-get install libwxgtk3.0-0v5
  29. Reading package lists... Done
  30. Building dependency tree
  31. Reading state information... Done
  32. Some packages could not be installed. This may mean that you have
  33. requested an impossible situation or if you are using the unstable
  34. distribution that some required packages have not yet been created
  35. or been moved out of Incoming.
  36. The following information may help to resolve the situation:
  37.  
  38. The following packages have unmet dependencies:
  39. libwxgtk3.0-0v5 : Depends: libgl1-mesa-glx but it is not going to be installed or
  40. libgl1
  41. E: Unable to correct problems, you have held broken packages.
  42. [username]@games:~$ sudo apt-get install libgl1-mesa-glx
  43. Reading package lists... Done
  44. Building dependency tree
  45. Reading state information... Done
  46. Some packages could not be installed. This may mean that you have
  47. requested an impossible situation or if you are using the unstable
  48. distribution that some required packages have not yet been created
  49. or been moved out of Incoming.
  50. The following information may help to resolve the situation:
  51.  
  52. The following packages have unmet dependencies:
  53. libgl1-mesa-glx : Depends: libglapi-mesa (= 13.0.6-1cros1) but it is not going to be installed
  54. E: Unable to correct problems, you have held broken packages.
  55. [username]@games:~$ sudo apt-get install libgl1
  56. Reading package lists... Done
  57. Building dependency tree
  58. Reading state information... Done
  59. Note, selecting 'libgl1-mesa-glx' instead of 'libgl1'
  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. libgl1-mesa-glx : Depends: libglapi-mesa (= 13.0.6-1cros1) but it is not going to be installed
  68. E: Unable to correct problems, you have held broken packages.
  69. [username]@games:~$ sudo apt-get install libglapi-mesa
  70. Reading package lists... Done
  71. Building dependency tree
  72. Reading state information... Done
  73. Some packages could not be installed. This may mean that you have
  74. requested an impossible situation or if you are using the unstable
  75. distribution that some required packages have not yet been created
  76. or been moved out of Incoming.
  77. The following information may help to resolve the situation:
  78.  
  79. The following packages have unmet dependencies:
  80. libglu1-mesa : Depends: libgl1-mesa-glx but it is not going to be installed or
  81. libgl1
  82. wine32:i386 : Depends: libwine:i386 (= 1.8.7-2) but it is not going to be installed
  83. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  84. [username]@games:~$ sudo apt-get install libwxgtk3.0-0v5 libgl1
  85. Reading package lists... Done
  86. Building dependency tree
  87. Reading state information... Done
  88. Note, selecting 'libgl1-mesa-glx' instead of 'libgl1'
  89. Some packages could not be installed. This may mean that you have
  90. requested an impossible situation or if you are using the unstable
  91. distribution that some required packages have not yet been created
  92. or been moved out of Incoming.
  93. The following information may help to resolve the situation:
  94.  
  95. The following packages have unmet dependencies:
  96. libgl1-mesa-glx : Depends: libglapi-mesa (= 13.0.6-1cros1) but it is not going to be installed
  97. E: Unable to correct problems, you have held broken packages.
  98. [username]@games:~$ E: Unable to correct problems, you have held broken packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement