How to Install and Uninstall ruby-pg-query Package on Kali Linux

Last updated: May 20,2024

1. Install "ruby-pg-query" package

This guide covers the steps necessary to install ruby-pg-query on Kali Linux

$ sudo apt update $ sudo apt install ruby-pg-query

2. Uninstall "ruby-pg-query" package

This guide let you learn how to uninstall ruby-pg-query on Kali Linux:

$ sudo apt remove ruby-pg-query $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-pg-query package on Kali Linux

Package: ruby-pg-query
Version: 4.2.3-2
Installed-Size: 2751
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: ruby-google-protobuf (>= 3.21.12), libc6 (>= 2.34), libruby3.1 (>= 3.1.0~preview1), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 549236
SHA256: 0af8d079e0d44d8772df1ec68f62f1a7d532812fb3628dc27f14f6d0ce574b9c
SHA1: 05d782f7ee0390091ba7927b15f1fe6c86c88148
MD5sum: d9a6f6cacd7db88ff722fe86a6bf0c51
Description: PostgreSQL query parsing and normalization library
Parses SQL queries using a copy of the PostgreSQL server query parser
.
This Ruby extension uses the actual PostgreSQL server source to parse SQL
queries and return the internal PostgreSQL parsetree.
.
In addition the extension allows one to normalize queries (replacing constant
values with ?) and parse these normalized queries into a parsetree again.
Description-md5:
Homepage: http://github.com/lfittl/pg_query
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-pg-query/ruby-pg-query_4.2.3-2_amd64.deb