How to Install and Uninstall libpgobject-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: February 03,2025
1. Install "libpgobject-perl" package
This tutorial shows how to install libpgobject-perl on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libpgobject-perl
Copied
2. Uninstall "libpgobject-perl" package
Please follow the instructions below to uninstall libpgobject-perl on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libpgobject-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libpgobject-perl package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libpgobject-perl
Priority: optional
Section: universe/perl
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.402.9-1
Depends: perl, libdbd-pg-perl
Filename: pool/universe/libp/libpgobject-perl/libpgobject-perl_1.402.9-1_all.deb
Size: 17844
MD5sum: 348ea8ffea336f60dbdac0be0665f004
SHA1: d7fd6e54a5fbf1081654f421153320d6183a3550
SHA256: 80d00622985434a04fc186978bee49c54a01e1e01a4a76e6e41939ca0fed4dd4
Description-en: 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: 3e71584b2d52f4717a23cebd6bf1bbbf
Homepage: http://metacpan.org/release/PGObject/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/perl
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.402.9-1
Depends: perl, libdbd-pg-perl
Filename: pool/universe/libp/libpgobject-perl/libpgobject-perl_1.402.9-1_all.deb
Size: 17844
MD5sum: 348ea8ffea336f60dbdac0be0665f004
SHA1: d7fd6e54a5fbf1081654f421153320d6183a3550
SHA256: 80d00622985434a04fc186978bee49c54a01e1e01a4a76e6e41939ca0fed4dd4
Description-en: 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: 3e71584b2d52f4717a23cebd6bf1bbbf
Homepage: http://metacpan.org/release/PGObject/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu