How to Install and Uninstall postgresql-llvmjit.x86_64 Package on Fedora 36

Last updated: September 28,2024

1. Install "postgresql-llvmjit.x86_64" package

Please follow the steps below to install postgresql-llvmjit.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install postgresql-llvmjit.x86_64

2. Uninstall "postgresql-llvmjit.x86_64" package

Please follow the guidelines below to uninstall postgresql-llvmjit.x86_64 on Fedora 36:

$ sudo dnf remove postgresql-llvmjit.x86_64 $ sudo dnf autoremove

3. Information about the postgresql-llvmjit.x86_64 package on Fedora 36

Last metadata expiration check: 1:50:43 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : postgresql-llvmjit
Version : 14.3
Release : 2.fc36
Architecture : x86_64
Size : 10 M
Source : postgresql-14.3-2.fc36.src.rpm
Repository : updates
Summary : Just-in-time compilation support for PostgreSQL
URL : http://www.postgresql.org/
License : PostgreSQL
Description : The postgresql-llvmjit package contains support for
: just-in-time compiling parts of PostgreSQL queries. Using LLVM it
: compiles e.g. expressions and tuple deforming into native code, with the
: goal of accelerating analytics queries.