postgreSQL - установка из src
cat /etc/centos-release
ip a
ping ya.ru
su -c "yum update"
su -c "useradd pg -m -s /bin/bash"
su -c "passwd pg"
mkdir install
cd install
wget https://ftp.postgresql.org/pub/source...
tar -xvf postgresql-12.0.tar.bz2
yum install mc
yum list | grep gcc
yum list | grep ^libtermcap-devel*
su -c "yum install libtermcap-devel*"
yum list | grep ^readline
su -c "yum install readline-devel*"
su -c "yum install libxml2-devel*"