How to Install and Uninstall pg_repack.x86_64 Package on Fedora 38

Last updated: September 29,2024

1. Install "pg_repack.x86_64" package

Please follow the guidelines below to install pg_repack.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install pg_repack.x86_64

2. Uninstall "pg_repack.x86_64" package

This guide let you learn how to uninstall pg_repack.x86_64 on Fedora 38:

$ sudo dnf remove pg_repack.x86_64 $ sudo dnf autoremove

3. Information about the pg_repack.x86_64 package on Fedora 38

Last metadata expiration check: 5:57:46 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : pg_repack
Version : 1.4.8
Release : 3.fc38
Architecture : x86_64
Size : 120 k
Source : pg_repack-1.4.8-3.fc38.src.rpm
Repository : fedora
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.