How to Install and Uninstall libdata-session-perl Package on Kali Linux

Last updated: June 26,2024

1. Install "libdata-session-perl" package

This tutorial shows how to install libdata-session-perl on Kali Linux

$ sudo apt update $ sudo apt install libdata-session-perl

2. Uninstall "libdata-session-perl" package

Please follow the steps below to uninstall libdata-session-perl on Kali Linux:

$ sudo apt remove libdata-session-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-session-perl package on Kali Linux

Package: libdata-session-perl
Version: 1.18-2
Installed-Size: 332
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libautovivification-perl, libcgi-pm-perl, libclass-load-perl, libconfig-tiny-perl, libdata-uuid-perl | libossp-uuid-perl, libdbi-perl, libdbix-admin-createtable-perl, libdigest-sha-perl, libfile-slurper-perl, libfreezethaw-perl, libhash-fieldhash-perl, libjson-perl, libscalar-list-utils-perl, libtry-tiny-perl, libyaml-tiny-perl
Recommends: libberkeleydb-perl, libcache-memcached-perl, libdbd-mysql-perl, libdbd-odbc-perl, libdbd-pg-perl, libdbd-sqlite3-perl
Suggests: libdbd-oracle-perl
Size: 119648
SHA256: 372bd8d7f8468872ca0649467b2953c1af5845b5e0c74163ad247dc39051dbc1
SHA1: 2e9fdb5e61bf78cc233ab6be9df66cf2386c91d2
MD5sum: c189fe669a1b704cddb7007ae6520ce8
Description: Perl module for persistent session data management
Data::Session is typically used by a CGI script to preserve state data between
runs of the script. This gives the end user the illusion that the script never
exits.
.
It can also be used to communicate between 2 scripts, as long as they agree
beforehand what session id to use.
.
See Data::Session::CGISession for an extended discussion of the design changes
between Data::Session and CGI::Session.
.
Data::Session stores user data internally in a hashref, and the module
reserves key names starting with '_'.
.
The current list of reserved keys is documented under "flush()". Of course,
the module also has a whole set of methods to help manage state.
Description-md5:
Homepage: https://metacpan.org/release/Data-Session
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-session-perl/libdata-session-perl_1.18-2_all.deb