How to Install and Uninstall postgresql-13-ip4r Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "postgresql-13-ip4r" package

Here is a brief guide to show you how to install postgresql-13-ip4r on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "postgresql-13-ip4r" package

Please follow the guidance below to uninstall postgresql-13-ip4r on Ubuntu 21.10 (Impish Indri):

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

3. Information about the postgresql-13-ip4r package on Ubuntu 21.10 (Impish Indri)

Package: postgresql-13-ip4r
Architecture: amd64
Version: 2.4.1-4
Priority: optional
Section: universe/misc
Source: ip4r
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 638
Depends: libc6 (>= 2.7), postgresql-13
Filename: pool/universe/i/ip4r/postgresql-13-ip4r_2.4.1-4_amd64.deb
Size: 195728
MD5sum: ee522a980a6297f2c01b98fbe6c1e19d
SHA1: fc0c9feb749bf4d223ddc2e76131de781651e7a5
SHA256: ac12b5e08f115617f4ccca3af28dab8e81663fd21d2f64dedecf0bfd0e019247
SHA512: a1546123bf0e5077438a123eebe950459dd0283bc6c890c9fd3c13a4ac2d1e046b6d4cd0f72160ca963b49f78ac1a672ef23a0fee51fda39ed02fbbde047d0a9
Homepage: https://github.com/RhodiumToad/ip4r
Description-en: IPv4 and IPv6 types for PostgreSQL 13
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: 292dd230f1d22e905a5245751365afa6

5. The same packages on other Linux Distributions