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

Last updated: September 20,2024

1. Install "libcatalyst-manual-perl" package

This tutorial shows how to install libcatalyst-manual-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcatalyst-manual-perl

2. Uninstall "libcatalyst-manual-perl" package

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

$ sudo apt remove libcatalyst-manual-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libcatalyst-manual-perl
Priority: optional
Section: universe/perl
Installed-Size: 834
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 5.9009-1
Depends: perl
Breaks: libcatalyst-modules-perl (<< 31)
Filename: pool/universe/libc/libcatalyst-manual-perl/libcatalyst-manual-perl_5.9009-1_all.deb
Size: 390422
MD5sum: fcb112687e6135d529efd5625f4edf79
SHA1: 18f95bf60a3da14378c390eccd54861ae35e866c
SHA256: 2cbcd01bcb285aa0da3b53c60bfd49b3e4b30d51e80ee7540346bf26e94fb4b1
Description-en: developer's manual for Catalyst
Catalyst is an elegant web application framework, extremely flexible yet
extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole,
upon which it was originally based.
.
Catalyst follows the Model-View-Controller (MVC) design pattern, allowing you
to easily separate concerns, like content, presentation, and flow control,
into separate modules. This separation allows you to modify code that handles
one concern without affecting code that handles the others. Catalyst promotes
the re-use of existing Perl modules that already handle common web application
concerns well.
.
Catalyst::Manual contains Catalyst developer's manual.
Description-md5: 9eba41202bb1a66a897ff6e05a5cfebd
Homepage: https://metacpan.org/release/Catalyst-Manual
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu