How to Install and Uninstall libcatalyst-model-dbic-schema-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libcatalyst-model-dbic-schema-perl" package

Please follow the step by step instructions below to install libcatalyst-model-dbic-schema-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcatalyst-model-dbic-schema-perl

2. Uninstall "libcatalyst-model-dbic-schema-perl" package

This is a short guide on how to uninstall libcatalyst-model-dbic-schema-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcatalyst-model-dbic-schema-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcatalyst-model-dbic-schema-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcatalyst-model-dbic-schema-perl
Priority: optional
Section: universe/perl
Installed-Size: 162
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.65-1
Replaces: libcatalyst-modules-perl (<< 48~)
Depends: perl, libcarp-clan-perl, libcatalyst-devel-perl, libcatalyst-component-instancepercontext-perl, libcatalyst-perl, libcatalystx-component-traits-perl, libdbix-class-cursor-cached-perl, libdbix-class-perl, libdbix-class-schema-loader-perl, libhash-merge-perl, liblist-moreutils-perl, libmodule-runtime-perl (>= 0.012), libmoose-perl (>= 1.12), libmoosex-markasmethods-perl, libmoosex-nonmoose-perl, libmoosex-types-loadableclass-perl (>= 0.009), libmoosex-types-perl, libnamespace-autoclean-perl, libnamespace-clean-perl, libtie-ixhash-perl, libtry-tiny-perl
Breaks: libcatalyst-modules-perl (<< 48~)
Filename: pool/universe/libc/libcatalyst-model-dbic-schema-perl/libcatalyst-model-dbic-schema-perl_0.65-1_all.deb
Size: 41248
MD5sum: aa68d2f897c920b1dc230f869101a9c9
SHA1: 5bd02f942715f2f9db80e7dde34a337c653f8913
SHA256: cb58fadef82e5e4f547423e6778236942369bd8de0bddb11cbba636ca07420b5
Description-en: DBIx::Class::Schema-based database model for Catalyst
Catalyst::Model::DBIC::Schema is a Catalyst database model class for
DBIx::Class::Schema-based Models. See the documentation for
Catalyst::Helper::Model::DBIC::Schema for information on generating these
Models via Helper scripts.
.
When a Catalyst app starts up, a thin Model layer is created as an interface
to the DBIC Schema. It should be clearly noted that the model object returned
by $c->model('FilmDB') is NOT itself a DBIC schema or resultset object, but
merely a wrapper proving methods to access the underlying schema.
.
In addition to this model class, a shortcut class is generated for each
source in the schema, allowing easy and direct access to a resultset of the
corresponding type. These generated classes are even thinner than the model
class, providing no public methods but simply hooking into Catalyst's model()
accessor via the ACCEPT_CONTEXT mechanism.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
Description-md5: 0be9812f89a51b136225cb36517f7147
Homepage: https://metacpan.org/release/Catalyst-Model-DBIC-Schema
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu