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

Last updated: June 02,2024

1. Install "postgresql-16-jsquery" package

In this section, we are going to explain the necessary steps to install postgresql-16-jsquery on Kali Linux

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

2. Uninstall "postgresql-16-jsquery" package

Please follow the guidance below to uninstall postgresql-16-jsquery on Kali Linux:

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

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

Package: postgresql-16-jsquery
Source: jsquery
Version: 1.2-1
Installed-Size: 304
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.14)
Size: 134584
SHA256: 17fb6358066e0229ccdf0c7e31c99c9d8d8532cc5c34a46c494db91fb309596e
SHA1: 7d6ff316ed4b320e1942c56b5f238437d770fdc2
MD5sum: 5e8f36697546d26bdb6b8d43439b7225
Description: PostgreSQL JSON query language with GIN indexing support
JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
such as a simple and effective way to search in nested objects and arrays, and
more comparison operators with index support. It does this by implementing a
specialized search syntax, the @@ operator, and the jsquery type for search
strings.
Description-md5:
Homepage: https://github.com/postgrespro/jsquery
Section: database
Priority: optional
Filename: pool/main/j/jsquery/postgresql-16-jsquery_1.2-1_amd64.deb

5. The same packages on other Linux Distributions