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

Last updated: May 17,2024

1. Install "libcatalyst-model-adaptor-perl" package

Please follow the guidelines below to install libcatalyst-model-adaptor-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcatalyst-model-adaptor-perl

2. Uninstall "libcatalyst-model-adaptor-perl" package

This guide let you learn how to uninstall libcatalyst-model-adaptor-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcatalyst-model-adaptor-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libcatalyst-model-adaptor-perl
Priority: optional
Section: universe/perl
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.10-2
Replaces: libcatalyst-modules-extra-perl (<< 9~)
Depends: perl, libcatalyst-perl, libmro-compat-perl
Breaks: libcatalyst-modules-extra-perl (<< 9~)
Filename: pool/universe/libc/libcatalyst-model-adaptor-perl/libcatalyst-model-adaptor-perl_0.10-2_all.deb
Size: 23386
MD5sum: d9c7d9ed730604d42b88ea6fd2258202
SHA1: 261db629a5f333b2c83b78ec3c3a0dc5168c38af
SHA256: 950b46cfc047164ce15b9cce3cd0619f5d9fd20d3f39b82ea3243ac23496d494
Description-en: glue for Catalyst model modules
The idea is that there's no need for a Catalyst model to be anything other
than a line or two of glue. Using this module ensures that Model classes are
separate from the rest of the application and therefore are well-abstracted,
reusable, and easily testable.
.
Right now there are too many modules on CPAN that are Catalyst-specific. Most
of the models would be better written as a class that handles most of the
functionality with just a bit of glue to make it work nicely with Catalyst.
Catalyst::Model::Adaptor aims to make integrating that class with Catalyst
trivial, so there's no extra work involved in makint the model generic.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
Description-md5: 94066d2f16ba60053037f8a03b4dd2cd
Homepage: https://metacpan.org/release/Catalyst-Model-Adaptor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu