How to Install and Uninstall libclass-dbi-loader-relationship-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libclass-dbi-loader-relationship-perl" package

Please follow the guidelines below to install libclass-dbi-loader-relationship-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclass-dbi-loader-relationship-perl

2. Uninstall "libclass-dbi-loader-relationship-perl" package

In this section, we are going to explain the necessary steps to uninstall libclass-dbi-loader-relationship-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclass-dbi-loader-relationship-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclass-dbi-loader-relationship-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libclass-dbi-loader-relationship-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1:1.2-4
Depends: perl, libclass-dbi-loader-perl, liblingua-en-inflect-number-perl (>= 1)
Filename: pool/universe/libc/libclass-dbi-loader-relationship-perl/libclass-dbi-loader-relationship-perl_1.2-4_all.deb
Size: 8104
MD5sum: 6d1da37368ceb72b2b0eb0a32b380432
SHA1: cee2707c4b08326d9c5565cd444611ae4e76ed53
SHA256: 01ab5e0a8a5a577efa7af3c79956fc2d2b9153abbbc8e3cfba3e7c8e19aae72c
Description-en: Easier relationship specification in Class::DBI::Loader
The Class::DBI::Loader::Relationship module acts as a mix-in, adding the
relationship() method to Class::DBI::Loader. Since Class::DBI::Loader knows
how to map between table names and class names, there ought to be no need to
replicate the names.
.
In addition, it is common (but not universal) to want reverse
relationships defined for has-many relationships, and for has-a
relationships to be defined for the linkages surrounding a
many-to-many table.
.
The aim of this module is to simplify the declaration of common
database relationships by providing both of these features.
.
The relationship takes a string. It recognises table names (singular
or plural, for convenience) and extracts them from the "sentence".
Description-md5: 22c46307d09d8a7658c8776ad98db89c
Homepage: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu