How to Install and Uninstall libpgobject-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libpgobject-perl" package

This guide let you learn how to install libpgobject-perl on Kali Linux

$ sudo apt update $ sudo apt install libpgobject-perl

2. Uninstall "libpgobject-perl" package

Please follow the steps below to uninstall libpgobject-perl on Kali Linux:

$ sudo apt remove libpgobject-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpgobject-perl package on Kali Linux

Package: libpgobject-perl
Version: 2.4.0-1
Installed-Size: 70
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcarp-clan-perl, libdbd-pg-perl, liblist-moreutils-perl, liblog-any-perl, libscalar-list-utils-perl
Size: 30708
SHA256: fa13667ee73b7bbf61f1fca717071d0e9322d94beda723b47a08ca6696a56306
SHA1: 8c803bab1656aec8a47a0132d66d138551ef0bb7
MD5sum: e46da2d8b4e4480383258dc5f1db4851
Description: base class for PG Object subclasses
PGObject contains the base routines for object management using discoverable
stored procedures in PostgreSQL databases. PGObject contains only common
functionality and support structures, and low-level API's. Most developers
will want to use more functional modules which add to these functions.
.
The overall approach here is to provide the basics for a toolkit that other
modules can extend. This is thus intended to be a component for building
integration between PostgreSQL user defined functions and Perl objects.
.
Because decisions such as state handling are largely outside of the scope of
this module, this module itself does not do any significant state handling.
Database handles (using DBD::Pg 2.0 or later) must be passed in on every
call. This decision was made in order to allow for diversity in this area,
with the idea that wrapper classes would be written to implement this.
Description-md5:
Homepage: https://metacpan.org/release/PGObject/
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libp/libpgobject-perl/libpgobject-perl_2.4.0-1_all.deb