Hi.
I tried to install PostgreSQL12 RC1 on CentOS8.
# dnf install postgresql12-server postgresql12-contrib
===============================================================================================
Package Arch Version
Repository Size
===============================================================================================
Installing:
postgresql12-contrib x86_64 12rc1-1PGDG.rhel8
pgdg12-updates-testing 660 k
postgresql12-server x86_64 12rc1-1PGDG.rhel8
pgdg12-updates-testing 5.3 M
Installing dependencies:
python2 x86_64
2.7.15-22.module_el8.0.0+32+017b2cba AppStream
107 k
python2-libs x86_64
2.7.15-22.module_el8.0.0+32+017b2cba AppStream
6.0 M
python2-pip noarch
9.0.3-13.module_el8.0.0+32+017b2cba AppStream
2.0 M
python2-setuptools noarch
39.0.1-11.module_el8.0.0+32+017b2cba AppStream
643 k
postgresql12 x86_64 12rc1-1PGDG.rhel8
pgdg12-updates-testing 1.8 M
postgresql12-libs x86_64 12rc1-1PGDG.rhel8
pgdg12-updates-testing 405 k
Enabling module streams:
python27 2.7
CentOS8 does not have python2 installed by default, But PostgreSQL is
dependent on python2.
Do we need to install python2 when we use PostgreSQL on CentOS8?
Best Regards.
Keisuke Kuroda