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

Last updated: May 16,2024

1. Install "postgresql-14-ip4r" package

This is a short guide on how to install postgresql-14-ip4r on Kali Linux

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

2. Uninstall "postgresql-14-ip4r" package

Please follow the steps below to uninstall postgresql-14-ip4r on Kali Linux:

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

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

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.1-7
Installed-Size: 636
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Provides: postgresql-ip4r
Depends: libc6 (>= 2.7), postgresql-14, postgresql-14-jit-llvm (>= 13)
Size: 197368
SHA256: 6dacc3e9eb8b8b46a798da9e0bcf3f0cdff79a1555b0ad03370a8ac678b4b04e
SHA1: b5348807bf3185fd45fc974c28ab5c8c29de0249
MD5sum: a8295aaa2c433f0e873d0548e77298fb
Description: IPv4 and IPv6 types for PostgreSQL 14
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: 224498c0b24eaa800c5552c3f01e090b
Homepage: https://github.com/RhodiumToad/ip4r
Section: misc
Priority: optional
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.1-7_amd64.deb