How To Install pg_auto_failover-llvmjit on Fedora 36
Introduction
In this tutorial we learn how to install pg_auto_failover-llvmjit on Fedora 36.
What is pg_auto_failover-llvmjit
This packages provides JIT support for pg_auto_failover.
We can use yum or dnf to install pg_auto_failover-llvmjit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pg_auto_failover-llvmjit.
Install pg_auto_failover-llvmjit on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pg_auto_failover-llvmjit using dnf by running the following command:
sudo dnf -y install pg_auto_failover-llvmjit
Install pg_auto_failover-llvmjit on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pg_auto_failover-llvmjit using yum by running the following command:
sudo yum -y install pg_auto_failover-llvmjit
How To Uninstall pg_auto_failover-llvmjit on Fedora 36
To uninstall only the pg_auto_failover-llvmjit package we can use the following command:
sudo dnf remove pg_auto_failover-llvmjit
pg_auto_failover-llvmjit Package Contents on Fedora 36
/usr/lib64/pgsql/bitcode/pgautofailover
/usr/lib64/pgsql/bitcode/pgautofailover.index.bc
/usr/lib64/pgsql/bitcode/pgautofailover/conninfo.bc
/usr/lib64/pgsql/bitcode/pgautofailover/formation_metadata.bc
/usr/lib64/pgsql/bitcode/pgautofailover/group_state_machine.bc
/usr/lib64/pgsql/bitcode/pgautofailover/health_check_metadata.bc
/usr/lib64/pgsql/bitcode/pgautofailover/health_check_worker.bc
/usr/lib64/pgsql/bitcode/pgautofailover/metadata.bc
/usr/lib64/pgsql/bitcode/pgautofailover/node_active_protocol.bc
/usr/lib64/pgsql/bitcode/pgautofailover/node_metadata.bc
/usr/lib64/pgsql/bitcode/pgautofailover/notifications.bc
/usr/lib64/pgsql/bitcode/pgautofailover/pg_auto_failover.bc
/usr/lib64/pgsql/bitcode/pgautofailover/replication_state.bc
/usr/lib64/pgsql/bitcode/pgautofailover/version_compat.bc
References
Summary
In this tutorial we learn how to install pg_auto_failover-llvmjit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).