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

Last updated: May 19,2024

1. Install "pg_repack.x86_64" package

This guide let you learn how to install pg_repack.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install pg_repack.x86_64

2. Uninstall "pg_repack.x86_64" package

Please follow the steps below to uninstall pg_repack.x86_64 on Rocky Linux 9:

$ sudo dnf remove pg_repack.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:41:18 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : pg_repack
Version : 1.4.6
Release : 4.el9
Architecture : x86_64
Size : 87 k
Source : pg_repack-1.4.6-4.el9.src.rpm
Repository : 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.