What PostgreSQL Linux Package Will Install pgbench Via yum
To install pgbench on Linux use yum and install the postgresql-contrib package using the below syntax. bash yum install postgresql-contrib When issuing the above command the results will output like the below. If postgresql, postgresql-server, and/or postgresql-libs has already been installed then it is likely that they will be upgraded using the default command.