How to Install and Uninstall postgresql-9.5-ip4r Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "postgresql-9.5-ip4r" package

Please follow the guidance below to install postgresql-9.5-ip4r on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "postgresql-9.5-ip4r" package

Here is a brief guide to show you how to uninstall postgresql-9.5-ip4r on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the postgresql-9.5-ip4r package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: postgresql-9.5-ip4r
Priority: extra
Section: universe/misc
Installed-Size: 271
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Source: ip4r
Version: 2.0.2-4
Depends: libc6 (>= 2.4), postgresql-9.5
Filename: pool/universe/i/ip4r/postgresql-9.5-ip4r_2.0.2-4_amd64.deb
Size: 56056
MD5sum: 3b6d37a8bf98a44af751e227bf621e42
SHA1: 15a0b6a6e0c548820427900ba373c7e052846f70
SHA256: b0606325e7d19ca5260344774294de5fb2199dcb402bf72402381ab06dfb8a62
Description-en: IPv4 and IPv6 types for PostgreSQL 9.5
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: 3cae015b225b21539cfd2f14c01f0ced
Homepage: http://pgfoundry.org/projects/ip4r/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu