How to Install and Uninstall pgbackrest Package on Kali Linux

Last updated: March 29,2024

1. Install "pgbackrest" package

Please follow the guidelines below to install pgbackrest on Kali Linux

$ sudo apt update $ sudo apt install pgbackrest

2. Uninstall "pgbackrest" package

In this section, we are going to explain the necessary steps to uninstall pgbackrest on Kali Linux:

$ sudo apt remove pgbackrest $ sudo apt autoclean && sudo apt autoremove

3. Information about the pgbackrest package on Kali Linux

Package: pgbackrest
Version: 2.50-1
Installed-Size: 1106
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1 (>= 1.5.0), libssl3 (>= 3.0.0), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Size: 426008
SHA256: 5275764a04abfdc366e3953d39e3f11983bd687c120367d65c7be5f4f9836866
SHA1: dbda51093b0c6d0a4960eb1cd361dbd114e6bd05
MD5sum: 14717c390422032c1711f5624238bbda
Description: Reliable PostgreSQL Backup & Restore
pgBackRest is a simple, reliable backup and restore system for PostgreSQL
that can seamlessly scale up to the largest databases and workloads.
.
This package contains all required binaries, scripts and libraries.
Description-md5:
Homepage: https://www.pgbackrest.org/
Section: database
Priority: optional
Filename: pool/main/p/pgbackrest/pgbackrest_2.50-1_amd64.deb