How To Install libcatalyst-model-dbic-schema-perl on Kali Linux
Introduction
In this tutorial we learn how to install libcatalyst-model-dbic-schema-perl
on Kali Linux.
What is libcatalyst-model-dbic-schema-perl
libcatalyst-model-dbic-schema-perl is:
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.
There are three methods to install libcatalyst-model-dbic-schema-perl
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libcatalyst-model-dbic-schema-perl Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libcatalyst-model-dbic-schema-perl
using apt-get
by running the following command:
Install libcatalyst-model-dbic-schema-perl Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libcatalyst-model-dbic-schema-perl
using apt
by running the following command:
Install libcatalyst-model-dbic-schema-perl Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install libcatalyst-model-dbic-schema-perl
using aptitude
by running the following command:
How To Uninstall libcatalyst-model-dbic-schema-perl on Kali Linux
To uninstall only the libcatalyst-model-dbic-schema-perl
package we can use the following command:
Uninstall libcatalyst-model-dbic-schema-perl And Its Dependencies
To uninstall libcatalyst-model-dbic-schema-perl
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libcatalyst-model-dbic-schema-perl Configurations and Data
To remove libcatalyst-model-dbic-schema-perl
configuration and data from Kali Linux we can use the following command:
Remove libcatalyst-model-dbic-schema-perl configuration, data, and all of its dependencies
We can use the following command to remove libcatalyst-model-dbic-schema-perl
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libcatalyst-model-dbic-schema-perl have the following dependencies:
- 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
- libmoose-perl
- libmoosex-markasmethods-perl
- libmoosex-nonmoose-perl
- libmoosex-types-loadableclass-perl
- libmoosex-types-perl
- libnamespace-autoclean-perl
- libnamespace-clean-perl
- libtie-ixhash-perl
- libtry-tiny-perl
References
Summary
In this tutorial we learn how to install libcatalyst-model-dbic-schema-perl
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.