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

Last updated: July 05,2024

1. Install "postgresql-llvmjit.x86_64" package

This is a short guide on how to install postgresql-llvmjit.x86_64 on Fedora 35

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

2. Uninstall "postgresql-llvmjit.x86_64" package

This is a short guide on how to uninstall postgresql-llvmjit.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:48:21 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : postgresql-llvmjit
Version : 13.4
Release : 3.fc35
Architecture : x86_64
Size : 9.6 M
Source : postgresql-13.4-3.fc35.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.