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

Last updated: October 07,2024

1. Install "pg_repack.src" package

This guide covers the steps necessary to install pg_repack.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pg_repack.src

2. Uninstall "pg_repack.src" package

Please follow the guidelines below to uninstall pg_repack.src on Oracle Linux 9:

$ sudo dnf remove pg_repack.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:49:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pg_repack
Version : 1.4.8
Release : 1.module+el9.2.0+21134+ceb95ed9
Architecture : src
Size : 103 k
Source : None
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.