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

Last updated: September 22,2024

1. Install "pg_repack.x86_64" package

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

$ sudo dnf update $ sudo dnf install pg_repack.x86_64

2. Uninstall "pg_repack.x86_64" package

Please follow the guidelines below to uninstall pg_repack.x86_64 on Fedora 34:

$ sudo dnf remove pg_repack.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:24:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pg_repack
Version : 1.4.6
Release : 2.fc34
Architecture : x86_64
Size : 117 k
Source : pg_repack-1.4.6-2.fc34.src.rpm
Repository : updates
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.