How to Install and Uninstall libpgobject-simple-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libpgobject-simple-perl" package

This is a short guide on how to install libpgobject-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpgobject-simple-perl

2. Uninstall "libpgobject-simple-perl" package

Learn how to uninstall libpgobject-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libpgobject-simple-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpgobject-simple-perl
Priority: optional
Section: universe/perl
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.8-1
Depends: perl, libpgobject-perl
Filename: pool/universe/libp/libpgobject-simple-perl/libpgobject-simple-perl_1.8-1_all.deb
Size: 13168
MD5sum: a70b93870e986d85a29fad7c0cc8d5fb
SHA1: 5dfa2e11521b9d411ddaf9143b0c378ea950fdb5
SHA256: ee4605d54d96d8bbcee998dfceec5b914cc6302a48b67d537bc8655d1c6f87d3
Description-en: minimalist stored procedure mapper based on LedgerSMB's DBObject
PGObject::Simple is a minimalist framework for mapping stored procedures in
PostgreSQL to object methods. The framework is truly minimalist and hence the
"Simple" designation (in fact the module contains less than 50 lines of code,
and the code is dwarfed by both POD and test cases). It is intended to be of
use for developers wishing for such a minimalist framework and those who may
want to have a reference for how to build such a mapping framework themselves.
.
The framework lends itself to a few specific antipatterns. Objects can become
ill-formed, overly nebulous, or the like. It is thus very important when using
this for actual development to ensure that acceptable data structures are well
documented and that these are adhered to.
.
This module is based on a simple idea, namely that stored procedures can tell
application classes how to call them. See the POD for specific information and
guidelines.
Description-md5: 8148effd76039760baa1440bcade7f71
Homepage: http://metacpan.org/release/PGObject-Simple
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu