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

Last updated: February 17,2025

1. Install "postgresql-16-ip4r" package

Please follow the guidelines below to install postgresql-16-ip4r on Kali Linux

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

2. Uninstall "postgresql-16-ip4r" package

In this section, we are going to explain the necessary steps to uninstall postgresql-16-ip4r on Kali Linux:

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

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

Package: postgresql-16-ip4r
Source: ip4r (2.4.2-2)
Version: 2.4.2-2+b1
Installed-Size: 551
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Provides: postgresql-ip4r
Depends: libc6 (>= 2.7), postgresql-16, postgresql-16-jit-llvm (>= 15)
Size: 199096
SHA256: 39fe6b593900b1cdc69052af03d06bfd1af84e05577eea7da9e33307d6bf8a35
SHA1: 3950a224a74bfef10e48033004d262cfcb565e41
MD5sum: 7b5e8ac81b9eca0ed6c0780ca407a86a
Description: IPv4 and IPv6 types for PostgreSQL 16
This PostgreSQL module provides several data types which can contain
single IPv4 or IPv6 addresses or a range of such addresses.
.
ip4r supports these data types:
.
ip4: IPv4 address '#.#.#.#'
ip4r: IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
ip6: IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
ip6r: IPv6 range '#-#' or '#/#' or '#'
ipaddress: IPv4 or IPv6 address
iprange: IPv4 or IPv6 range
.
While PostgreSQL already has built-in types 'inet' and 'cidr', the
authors of this module found that they had a number of requirements
that were not addressed by the built-in types.
Description-md5:
Homepage: https://github.com/RhodiumToad/ip4r
Section: misc
Priority: optional
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.2-2+b1_amd64.deb

5. The same packages on other Linux Distributions