Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. root@ce0d825c1557:/# apt install postgresql-10
  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. postgresql-10 : Depends: locales but it is not going to be installed or
  13. locales-all but it is not going to be installed
  14. E: Unable to correct problems, you have held broken packages.
  15. root@ce0d825c1557:/# apt install locales
  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. locales : Depends: libc-bin (> 2.24) but it is not going to be installed
  27. Depends: debconf (>= 0.5) but it is not going to be installed or
  28. debconf-2.0
  29. E: Unable to correct problems, you have held broken packages.
  30. root@ce0d825c1557:/# apt install libc-bin
  31. Reading package lists... Done
  32. Building dependency tree
  33. Reading state information... Done
  34. libc-bin is already the newest version (2.28-10).
  35. libc-bin set to manually installed.
  36. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement