0
I’m trying to install postgresql and pgAdmin4 in Pop! _OS (based on Ubuntu)
For this, I followed more or less the steps of this link: https://wiki.postgresql.org/wiki/Apt
sudo apt-get install curl ca-certificates gnupg
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo add-apt-repository 'deb http://apt.postgresql.org/pub/repos/apt buster-pgdg main'
sudo apt-get update
sudo apt-get install postgresql pgadmin4
However, I’m trying to trouble you:
Os pacotes a seguir têm dependências desencontradas:
pgadmin4 : Depende: libpython3.7 (>= 3.7.0) mas não é instalável
postgresql-13 : Depende: libicu63 (>= 63.1-1~) mas não é instalável
Depende: libllvm7 (>= 1:7~svn298832-1~) mas não é instalável
E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.
How can I solve?