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

Last updated: May 17,2024

1. Install "libcatalyst-plugin-session-perl" package

This guide let you learn how to install libcatalyst-plugin-session-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcatalyst-plugin-session-perl

2. Uninstall "libcatalyst-plugin-session-perl" package

In this section, we are going to explain the necessary steps to uninstall libcatalyst-plugin-session-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcatalyst-plugin-session-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libcatalyst-plugin-session-perl
Priority: optional
Section: universe/perl
Installed-Size: 98
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.40-1
Replaces: libcatalyst-modules-perl (<< 48~)
Depends: perl, libcatalyst-perl (>= 5.71001), libmoose-perl (>= 0.76), libmoosex-emulate-class-accessor-fast-perl (>= 0.00801), libmro-compat-perl, libnamespace-clean-perl (>= 0.10), libobject-signature-perl
Breaks: libcatalyst-modules-perl (<< 48~)
Filename: pool/universe/libc/libcatalyst-plugin-session-perl/libcatalyst-plugin-session-perl_0.40-1_all.deb
Size: 42738
MD5sum: 8d78e2c1e83b5b41533155f1306221ad
SHA1: 5d1fa50268aa02a97de343baa8dc16e5efc49ead
SHA256: 0272607118df477eb05a6a88b2c2189a4807dbb54232b8cc5d9db689f5f56804
Description-en: generic Session plugin for Catalyst
Catalyst::Plugin::Session is the base of two related parts of functionality
required for session management in web applications.
.
The first part, the State, is getting the browser to repeat back a session
key, so that the web application can identify the client and logically string
several requests together into a session.
.
The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for every
request made by the same client.
.
This plugin links the two pieces together.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
Description-md5: 40ae35b17fc1cada47921ae9fe8645d6
Homepage: https://metacpan.org/release/Catalyst-Plugin-Session
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu