How to Install and Uninstall libuser-simple-perl Package on Kali Linux

Last updated: May 06,2024

1. Install "libuser-simple-perl" package

Please follow the guidance below to install libuser-simple-perl on Kali Linux

$ sudo apt update $ sudo apt install libuser-simple-perl

2. Uninstall "libuser-simple-perl" package

This guide let you learn how to uninstall libuser-simple-perl on Kali Linux:

$ sudo apt remove libuser-simple-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libuser-simple-perl package on Kali Linux

Package: libuser-simple-perl
Version: 1.45-3
Installed-Size: 77
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdate-calc-perl, libdbi-perl
Size: 28880
SHA256: d6e2349ba28559a8b917172717fc2d711fd8f042086d021fac52b567cd2118e9
SHA1: 0aece98b15bb3b58e3ec4ce672e91c1c9813d3db
MD5sum: 26b7cb4e041e5bd0ecc4434f3fb08108
Description: module for simple user sessions management
User::Simple provides a very simple framework for validating users,
managing their sessions and storing a minimal set of information (this
is, a meaningful user login/password pair and the user's name) via a
database. The sessions can be used as identifiers for i.e. cookies on
a Web system. The passwords are stored as MD5 hashes (this means, the
password is not stored in clear text).
.
User::Simple was originally developed with a PostgreSQL database in
mind, but should work with any DBI handle, be it from a real database
(i.e. PostgreSQL, Firebird, MySQL) or from a file-based one
(DBD::CSV, DBD::XBase, DBD::DBM, etc.)
Description-md5:
Homepage: https://metacpan.org/release/User-Simple
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib,
security::authentication, works-with::db
Section: perl
Priority: optional
Filename: pool/main/libu/libuser-simple-perl/libuser-simple-perl_1.45-3_all.deb