Для начала создадим папку, в которую качаем необходимые пакеты. Может занять некоторое время, минут 5.
mkdir -p /opt/distr/postgres
cd /opt/distr/postgres
wget -r --no-parent --no-check-certificate https://repo.postgrespro.ru/pgpro-11/astra-smolensk/1.6/
Качаем ключ репозитория.
wget --no-check-certificate https://repo.postgrespro.ru/pgpro-11/keys/GPG-KEY-POSTGRESPRO
Добавляем репозиторий в нашу Астру.
echo 'deb file:///opt/distr/postgres/repo.postgrespro.ru/pgpro-11/astra-smolensk/1.6 smolensk contrib main non-free' >> /etc/apt/sources.list
Добавляем ключи репозитория:
apt-key add GPG-KEY-POSTGRESPRO
apt update
Ставим постгре. Название скорее всего такое, но можем немного отличаться.
apt -y install postgrespro-11
apt –fix-broken install