How to Install and Uninstall postgresql-16-toastinfo Package on Kali Linux

Last updated: July 08,2024

1. Install "postgresql-16-toastinfo" package

In this section, we are going to explain the necessary steps to install postgresql-16-toastinfo on Kali Linux

$ sudo apt update $ sudo apt install postgresql-16-toastinfo

2. Uninstall "postgresql-16-toastinfo" package

Learn how to uninstall postgresql-16-toastinfo on Kali Linux:

$ sudo apt remove postgresql-16-toastinfo $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-16-toastinfo package on Kali Linux

Package: postgresql-16-toastinfo
Source: toastinfo (1.5-1)
Version: 1.5-1+b1
Installed-Size: 46
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15)
Size: 13348
SHA256: 71ab54fb5dbd9cbb9643f415845eefb3e52b6e77b983b72bf76fabf0be69783a
SHA1: 76b84a3714de5920fac42b5c45f7596ba2efd9cb
MD5sum: d01552f13159ee2a90a1bf99ce2ccf15
Description: Show storage structure of varlena datatypes in PostgreSQL
This PostgreSQL extension exposes the internal storage structure of
variable-length datatypes, called varlena.
.
The function pg_toastinfo describes the storage form of a datum:
.
* null for NULLs
* ordinary for non-varlena datatypes
* short inline varlena for varlena values up to 126 bytes (1 byte header)
* long inline varlena, (un)compressed for varlena values up to 1GiB
(4 bytes header)
* toasted varlena, (un)compressed for varlena values up to 1GiB stored in
TOAST tables
.
The function pg_toastpointer returns a varlena's chunk_id oid in the
corresponding TOAST table. It returns NULL on non-varlena input.
Description-md5:
Homepage: https://github.com/df7cb/toastinfo
Section: database
Priority: optional
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo_1.5-1+b1_amd64.deb

5. The same packages on other Linux Distributions