How to Install and Uninstall pg_repack.x86_64 Package on Oracle Linux 9

Last updated: May 21,2024

1. Install "pg_repack.x86_64" package

This tutorial shows how to install pg_repack.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pg_repack.x86_64

2. Uninstall "pg_repack.x86_64" package

Please follow the guidance below to uninstall pg_repack.x86_64 on Oracle Linux 9:

$ sudo dnf remove pg_repack.x86_64 $ sudo dnf autoremove

3. Information about the pg_repack.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:53:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pg_repack
Version : 1.4.6
Release : 4.el9
Architecture : x86_64
Size : 100 k
Source : pg_repack-1.4.6-4.el9.src.rpm
Repository : ol9_appstream
Summary : Reorganize tables in PostgreSQL databases without any locks
URL : http://reorg.github.io/pg_repack/
License : BSD
Description : pg_repack is a PostgreSQL extension which lets you remove
: bloat from tables and indexes, and optionally
: restore the physical order of clustered indexes.
: Unlike CLUSTER and VACUUM FULL it works online,
: without holding an exclusive lock on the processed tables during processing.
: pg_repack is efficient to boot,
: with performance comparable to using CLUSTER directly.
:
: Please check the documentation (in the doc directory or online)
: for installation and usage instructions.