How to Install and Uninstall libcatalyst-model-dbi-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

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

This tutorial shows how to install libcatalyst-model-dbi-perl on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the step by step instructions below to uninstall libcatalyst-model-dbi-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libcatalyst-model-dbi-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcatalyst-model-dbi-perl
Architecture: all
Version: 0.32-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 65
Depends: perl, 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_all.deb
Size: 9956
MD5sum: e547cfc14502f43c752ffa514c4f9e2d
SHA1: d70d5d5fd969813805d0eb5799083ac53a924051
SHA256: 9ee4ccc39bdc40e525e55d482b473c10783d7ce1dbd3b8cd074350e1d6ebdabb
SHA512: d163c597aee39f041c990c13602dde492281d3e416f8c86233351ea3264760c809789e0312dde9a3d52223f2593e46714c465e2ddc1cacbd55aba3fd2c5cc7da
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