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

Last updated: June 29,2024

1. Install "postgresql-16-numeral" package

Here is a brief guide to show you how to install postgresql-16-numeral on Kali Linux

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

2. Uninstall "postgresql-16-numeral" package

This tutorial shows how to uninstall postgresql-16-numeral on Kali Linux:

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

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

Package: postgresql-16-numeral
Source: postgresql-numeral (1.3-6)
Version: 1.3-6+b1
Installed-Size: 253
Maintainer: Christoph Berg
Architecture: amd64
Depends: libc6 (>= 2.14), postgresql-16, postgresql-16-jit-llvm (>= 15)
Size: 80376
SHA256: c5f91799c98dff043474982c13fa05f55cb2698762cc19a3c639e853505bc64c
SHA1: 60145f6bf5ab082530c18515df41eac67b78b54b
MD5sum: 3f84c430280cf472e4b96d1f1b34dee8
Description: numeral datatypes for PostgreSQL
This module provides numeric data types for PostgreSQL that use
numerals (words instead of digits) for input and output.
.
* numeral: English numerals (one, two, three, four, ...),
short scale (10^9 = trillion)
* zahl: German numerals (eins, zwei, drei, vier, ...),
long scale (10^9 = Milliarde)
* roman: Roman numerals (I, II, III, IV, ...)
Description-md5:
Homepage: https://github.com/df7cb/postgresql-numeral
Section: database
Priority: optional
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral_1.3-6+b1_amd64.deb

5. The same packages on other Linux Distributions