Advertisement
Guest User

debian sid

a guest
Jan 16th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. user@machine:~/software$ sudo apt install repetier-host
  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. repetier-host : Depends: libopentk1.1-cil but it is not going to be installed
  13. E: Unable to correct problems, you have held broken packages.
  14.  
  15. user@machine:~/software$ sudo apt install libopentk1.1-cil
  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. libopentk1.1-cil : Depends: libgles1-mesa but it is not going to be installed
  27. E: Unable to correct problems, you have held broken packages.
  28.  
  29. user@machine:~/software$ sudo apt install libgles1-mesa
  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. libgles1-mesa : Depends: libglapi-mesa (= 13.0.6-1+b2) but 17.3.2-1 is to be installed
  41. E: Unable to correct problems, you have held broken packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement