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

Last updated: October 06,2024

1. Install "postgresql-llvmjit.x86_64" package

Please follow the step by step instructions below to install postgresql-llvmjit.x86_64 on Fedora 34

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

2. Uninstall "postgresql-llvmjit.x86_64" package

Here is a brief guide to show you how to uninstall postgresql-llvmjit.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:47:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : postgresql-llvmjit
Version : 13.4
Release : 1.fc34
Architecture : x86_64
Size : 9.6 M
Source : postgresql-13.4-1.fc34.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.