Answer the question
In order to leave comments, you need to log in
Is there a psql client for centos?
Good afternoon! Tell me how you can separately install psql-client separately without the server part. This setting does not help. The client is needed to connect from one machine to the database
1 - sudo dnf install -y https://download.postgresql.org/pub/repos/yum/repo...
2 - sudo dnf -qy disable module postgresql
3 - sudo dnf install -y postgresql14-client
Answer the question
In order to leave comments, you need to log in
Option one:
pgcli in python: https://github.com/dbcli/pgcli
Option two:
dnf install postgresql
There are three packages:
postgresql-libs - with the core
postgresql libraries - with psql
postgresql-server - directly with the postgresql DBMS
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question