Advertisement
Guest User

Untitled

a guest
Sep 26th, 2013
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. $ sudo apt-get install ssmtp
  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. ssmtp : Depends: libgnutls-openssl27 but it is not going to be installed
  13. E: Unable to correct problems, you have held broken packages.
  14.  
  15. ---------------------------------------------------------------------------
  16.  
  17. $ sudo apt-get install libgnutls-openssl27
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. Some packages could not be installed. This may mean that you have
  22. requested an impossible situation or if you are using the unstable
  23. distribution that some required packages have not yet been created
  24. or been moved out of Incoming.
  25. The following information may help to resolve the situation:
  26.  
  27. The following packages have unmet dependencies:
  28. libgnutls-openssl27 : Depends: libgnutls26 (= 2.12.14-5ubuntu3.4) but 2.12.20-7 is to be installed
  29. E: Unable to correct problems, you have held broken packages.
  30.  
  31. ---------------------------------------------------------------------------
  32.  
  33. $ sudo apt-get install libgnutls26
  34. Reading package lists... Done
  35. Building dependency tree
  36. Reading state information... Done
  37. libgnutls26 is already the newest version.
  38. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement