How to Install and Uninstall pg_repack.x86_64 Package on CentOS Stream 9
Last updated: November 16,2024
1. Install "pg_repack.x86_64" package
This is a short guide on how to install pg_repack.x86_64 on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
pg_repack.x86_64
Copied
2. Uninstall "pg_repack.x86_64" package
This guide let you learn how to uninstall pg_repack.x86_64 on CentOS Stream 9:
$
sudo dnf remove
pg_repack.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the pg_repack.x86_64 package on CentOS Stream 9
Last metadata expiration check: 3:15:56 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : pg_repack
Version : 1.4.6
Release : 4.el9
Architecture : x86_64
Size : 88 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.
Available Packages
Name : pg_repack
Version : 1.4.6
Release : 4.el9
Architecture : x86_64
Size : 88 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.