How To Install libcatalyst-authentication-credential-http-perl on Debian 11
Introduction
In this tutorial we learn how to install libcatalyst-authentication-credential-http-perl
on Debian 11.
What is libcatalyst-authentication-credential-http-perl
libcatalyst-authentication-credential-http-perl is:
Catalyst::Authentication::Credential::HTTP lets you use HTTP authentication with Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported.
When authentication is required, this module sets a status of 401, and the body of the response to ‘Authorization required.’. To override this and set your own content, check for the “$c->res->status == 401” in your “end” action, and change the body accordingly.
There are three methods to install libcatalyst-authentication-credential-http-perl
on Debian 11. 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-authentication-credential-http-perl Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libcatalyst-authentication-credential-http-perl
using apt-get
by running the following command:
Install libcatalyst-authentication-credential-http-perl Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libcatalyst-authentication-credential-http-perl
using apt
by running the following command:
Install libcatalyst-authentication-credential-http-perl Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude
using the following command.
After updating apt database, We can install libcatalyst-authentication-credential-http-perl
using aptitude
by running the following command:
How To Uninstall libcatalyst-authentication-credential-http-perl on Debian 11
To uninstall only the libcatalyst-authentication-credential-http-perl
package we can use the following command:
Uninstall libcatalyst-authentication-credential-http-perl And Its Dependencies
To uninstall libcatalyst-authentication-credential-http-perl
and its dependencies that are no longer needed by Debian 11, we can use the command below:
Remove libcatalyst-authentication-credential-http-perl Configurations and Data
To remove libcatalyst-authentication-credential-http-perl
configuration and data from Debian 11 we can use the following command:
Remove libcatalyst-authentication-credential-http-perl configuration, data, and all of its dependencies
We can use the following command to remove libcatalyst-authentication-credential-http-perl
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libcatalyst-authentication-credential-http-perl have the following dependencies:
- libcatalyst-perl
- libclass-accessor-perl
- libstring-escape-perl
- liburi-perl
- libossp-uuid-perl
- libcatalyst-plugin-authentication-perl
- perl
References
- libcatalyst-authentication-credential-http-perl website
- libcatalyst-authentication-credential-http-perl on packages.debian.org
Summary
In this tutorial we learn how to install libcatalyst-authentication-credential-http-perl
package on Debian 11 using different package management tools: apt
, apt-get
and aptitude
.