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

Last updated: May 12,2024

1. Install "ruby-pg" package

Please follow the guidance below to install ruby-pg on Kali Linux

$ sudo apt update $ sudo apt install ruby-pg

2. Uninstall "ruby-pg" package

This guide covers the steps necessary to uninstall ruby-pg on Kali Linux:

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

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

Package: ruby-pg
Version: 1.5.5-1
Installed-Size: 1846
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.29), libpq5 (>= 15~~), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Suggests: doc-base, libjs-jquery
Size: 394344
SHA256: 21a00e79a0d259e485e2ee713560bf8ecb57a5176a22cf0e00bca918f4ae7c9b
SHA1: 505a05a456e7e3c28d25bcdcef86c57f71cf9ed8
MD5sum: c392b0ca5ecbc9168df43923c6b319eb
Description: PostgreSQL interface for Ruby
ruby-pg module allows Ruby programs to interface with the PostgreSQL
database engine.
.
It supports the functions defined in libpq library.
Description-md5:
Multi-Arch: same
Homepage: http://bitbucket.org/ged/ruby-pg
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-pg/ruby-pg_1.5.5-1_amd64.deb