How to Install and Uninstall libcgi-session-serialize-yaml-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libcgi-session-serialize-yaml-perl" package

This guide let you learn how to install libcgi-session-serialize-yaml-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcgi-session-serialize-yaml-perl

2. Uninstall "libcgi-session-serialize-yaml-perl" package

This tutorial shows how to uninstall libcgi-session-serialize-yaml-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcgi-session-serialize-yaml-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcgi-session-serialize-yaml-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcgi-session-serialize-yaml-perl
Priority: optional
Section: universe/perl
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 4.26-2
Replaces: libcgi-session-perl (<< 4.30)
Depends: perl, libcgi-session-perl, libyaml-syck-perl | libyaml-perl
Breaks: libcgi-session-perl (<< 4.30)
Filename: pool/universe/libc/libcgi-session-serialize-yaml-perl/libcgi-session-serialize-yaml-perl_4.26-2_all.deb
Size: 6786
MD5sum: fbf155ab57f6a74e4ac8277f303d0826
SHA1: b4cb264fd057298ea4626108da7bf8a883a83b71
SHA256: dcd7a2c05678deeead30967ca30f8fc46bd23b8365abfdf842d4da3772cfce19
Description-en: YAML and YAML::Syck support for CGI::Session's serializers
CGI::Session::Serialize::yaml can be used by CGI::Session to serialize
session data. It uses YAML, or the faster C implementation, YAML::Syck if it
is available. YAML serializers exist not just for Perl but also other dynamic
languages, such as PHP, Python, and Ruby, so storing session data in this
format makes it easy to share session data across different languages.
.
YAML is made to be friendly for humans to parse as well as other computer
languages. It creates a format that is easier to read than the default
serializer.
Description-md5: ed964c650c27c19f25ccede9e61d6132
Homepage: https://metacpan.org/release/CGI-Session-Serialize-yaml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu