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

Last updated: May 08,2024

1. Install "libdancer-session-cookie-perl" package

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

$ sudo apt update $ sudo apt install libdancer-session-cookie-perl

2. Uninstall "libdancer-session-cookie-perl" package

Learn how to uninstall libdancer-session-cookie-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdancer-session-cookie-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdancer-session-cookie-perl
Priority: optional
Section: universe/perl
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.27-1
Depends: libcrypt-cbc-perl, libcrypt-rijndael-perl, libdancer-perl (>= 1.3113), libsession-storage-secure-perl, libstring-crc32-perl, libtime-duration-parse-perl, perl
Filename: pool/universe/libd/libdancer-session-cookie-perl/libdancer-session-cookie-perl_0.27-1_all.deb
Size: 9782
MD5sum: 550fe77eedc66a1c1bae832da76b5456
SHA1: 2ce293912cd7f89e3e4ba857ee7d932df99121d2
SHA256: a20c6fc974a2636093b4a7421c1786a0da39511731c01e3a0ad952f5450dd735
Description-en: encrypted cookie-based session backend for Dancer
Dancer::Session::Cookie implements a session engine for sessions stored
entirely in cookies. Usually only session id is stored in cookies and the
session data itself is saved in some external storage, e.g. database. This
module allows one to avoid using external storage at all.
.
Since server cannot trust any data returned by client in cookies, this module
uses cryptography to ensure integrity and also secrecy. The data your
application stores in sessions is completely protected from both tampering
and analysis on the client-side.
Description-md5: eab3058fa68116dbe6792efd7c0ff49a
Homepage: https://metacpan.org/release/Dancer-Session-Cookie
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu