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

Last updated: May 20,2024

1. Install "libdbix-class-perl" package

Please follow the step by step instructions below to install libdbix-class-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdbix-class-perl

2. Uninstall "libdbix-class-perl" package

Please follow the guidelines below to uninstall libdbix-class-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdbix-class-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdbix-class-perl
Priority: optional
Section: universe/perl
Installed-Size: 2001
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.082821-1
Depends: perl (>= 5.11.0), libclass-accessor-grouped-perl (>= 0.10012), libclass-c3-componentised-perl (>= 1.000900), libclass-inspector-perl, libconfig-any-perl (>= 0.20), libcontext-preserve-perl, libdata-dumper-concise-perl (>= 2.020), libdata-page-perl, libdbi-perl, libdevel-globaldestruction-perl (>= 0.09), libhash-merge-perl, libmodule-find-perl, libmoo-perl (>= 2.000000), libnamespace-clean-perl (>= 0.24), libpath-class-perl, libscope-guard-perl, libsql-abstract-perl (>= 1.81), libsub-name-perl, libtry-tiny-perl (>= 0.07)
Recommends: libsql-translator-perl (>= 0.11018)
Suggests: libgetopt-long-descriptive-perl, libjson-any-perl, libmath-base36-perl, libmoose-perl, libmoosex-types-json-perl, libmoosex-types-path-class-perl, libmoosex-types-perl, libtext-csv-perl
Filename: pool/universe/libd/libdbix-class-perl/libdbix-class-perl_0.082821-1_all.deb
Size: 694940
MD5sum: 6ba61f3e813c89472d0fa685cff5be0c
SHA1: 6fc8cc252331ea3c3388fcb561de1112777c9037
SHA256: 04e70331c90b5a5c9597d2946905b95c6cc676990b5d0c515a1c0f3d466553ea
Description-en: extensible and flexible object <-> relational mapper
DBIx::Class is an SQL to OO mapper with an object API inspired by Class::DBI
(and a compatibility layer as a springboard for porting) and a resultset API
that allows abstract encapsulation of database operations. It aims to make
representing queries in your code as perl-ish as possible while still
providing access to as many of the capabilities of the database as possible,
including retrieving related records from multiple tables in a single query,
JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support.
.
DBIx::Class can handle multi-column primary and foreign keys, complex queries
and database-level paging, and does its best to only query the database in
order to return something you've directly asked for. If a resultset is used
as an iterator it only fetches rows off the statement handle as requested
in order to minimise memory usage. It has auto-increment support for SQLite,
MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in
production on at least the first four, and is fork- and thread-safe out of
the box (although your DBD may not be).
Description-md5: 002480230e1d7f57fc9760c9ee28f41d
Homepage: https://metacpan.org/release/DBIx-Class
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu