How to Install and Uninstall libcatalyst-model-dbi-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 20,2024

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

Please follow the guidelines below to install libcatalyst-model-dbi-perl on Ubuntu 21.04 (Hirsute Hippo)

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

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

This guide covers the steps necessary to uninstall libcatalyst-model-dbi-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libcatalyst-model-dbi-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libcatalyst-model-dbi-perl
Architecture: all
Version: 0.32-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 28
Depends: perl:any, libcatalyst-perl (>= 5.00), libdbi-perl, libdbix-connector-perl, libmro-compat-perl
Breaks: libcatalyst-modules-perl (<< 48~)
Replaces: libcatalyst-modules-perl (<< 48~)
Filename: pool/universe/libc/libcatalyst-model-dbi-perl/libcatalyst-model-dbi-perl_0.32-2.1_all.deb
Size: 8716
MD5sum: 7446ad3b2130c3b2add2158087afabd1
SHA1: 01c1d484c6203670e763cf1e3d05b4f4a446ffdb
SHA256: a75eac8b2cdedfd53cf18fa25e644432f9f831582e952e9e6c7eb45380deac52
SHA512: d679443dbd44666bb7d5cff71ac8b8d5ea0f164a42541af4753478c41b5b8fc25cf5bdc628f1bcfb25f8a5d8a04bfe6120f21c417b4b56ba7083af8b5dbe0ce6
Homepage: https://metacpan.org/release/Catalyst-Model-DBI
Description-en: Database model class for Catalyst
Catalyst::Model::DBI is the DBI model class for Catalyst.
.
There are two options for doing custom models with Catalyst. Either by using
this model and any related modules as needed or by having a custom model
decoupled from Catalyst and glued on using Catalyst::Model::Adaptor
.
Some general rules are as follows. If you do not wish to use DBIx::Connector
or DBI directly and setup connections in your custom models or have glue
models, then use this model. If you however need models that can be re-used
outside of your application or simply wish to maintain connection code
yourself outside of the Catalyst, then use Catalyst::Model::Adaptor which
allows you to glue outside models into your Catalyst app.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
.
DBI is a Perl database interface.
Description-md5: ca4d38fa69d76682e7e3fedc44e7f2a0