Skip to content

Instantly share code, notes, and snippets.

@lupupaulsv
Created August 14, 2019 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lupupaulsv/51f0348cf6007de91a6de545f437ea29 to your computer and use it in GitHub Desktop.
Save lupupaulsv/51f0348cf6007de91a6de545f437ea29 to your computer and use it in GitHub Desktop.
root@ce0d825c1557:/# apt install postgresql-10
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
postgresql-10 : Depends: locales but it is not going to be installed or
locales-all but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@ce0d825c1557:/# apt install locales
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
locales : Depends: libc-bin (> 2.24) but it is not going to be installed
Depends: debconf (>= 0.5) but it is not going to be installed or
debconf-2.0
E: Unable to correct problems, you have held broken packages.
root@ce0d825c1557:/# apt install libc-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc-bin is already the newest version (2.28-10).
libc-bin set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment