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

Last updated: May 22,2024

1. Install "libcatalyst-perl" package

Please follow the guidelines below to install libcatalyst-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcatalyst-perl

2. Uninstall "libcatalyst-perl" package

Please follow the instructions below to uninstall libcatalyst-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcatalyst-perl
Priority: optional
Section: universe/perl
Installed-Size: 905
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 5.90103-1
Replaces: libcatalyst-plugin-unicode-encoding-perl
Provides: libcatalyst-plugin-unicode-encoding-perl
Depends: perl (>= 5.15.8), libcgi-simple-perl, libcgi-struct-xs-perl, libclass-accessor-perl, libclass-c3-adopt-next-perl, libclass-c3-perl, libclass-data-inheritable-perl, libclass-inspector-perl, libclass-load-perl, libdata-dump-perl, libdata-optlist-perl, libextutils-autoinstall-perl, libfile-copy-recursive-perl, libfile-modified-perl, libfile-slurp-perl, libhash-multivalue-perl, libhtml-parser-perl, libhttp-body-perl (>= 1.22), libhttp-request-ascgi-perl, libjson-maybexs-perl, liblist-moreutils-perl, libmime-types-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libmoose-perl, libmoosex-emulate-class-accessor-fast-perl, libmoosex-getopt-perl (>= 0.48), libmoosex-methodattributes-perl, libmoosex-role-withoverloading-perl (>= 0.09), libnamespace-autoclean-perl (>= 0.28), libnamespace-clean-perl (>= 0.23), libpath-class-perl, libplack-middleware-fixmissingbodyinredirect-perl, libplack-middleware-methodoverride-perl (>= 0.12), libplack-middleware-removeredundantbody-perl, libplack-middleware-reverseproxy-perl, libplack-perl (>= 0.9991), libplack-test-externalserver-perl, libsafe-isa-perl, libscope-upper-perl, libstream-buffered-perl, libstring-rewriteprefix-perl, libtask-weaken-perl, libtest-mockobject-perl, libtext-simpletable-perl, libtree-simple-perl, libtree-simple-visitorfactory-perl, libtry-tiny-perl (>= 0.17), liburi-perl (>= 1.65), libwww-perl (>= 5.837), perl (>= 5.17.10) | libencode-perl (>= 2.49)
Recommends: libcatalyst-dispatchtype-regex-perl
Suggests: libcatalyst-devel-perl, libcatalyst-engine-apache-perl, libcatalystx-leakchecker-perl, libfcgi-perl, libfcgi-procmanager-perl, libterm-size-any-perl, libtest-exception-perl, libtest-pod-coverage-perl, libtest-pod-perl, libtype-tiny-perl (>= 1.000005)
Conflicts: libcatalyst-plugin-unicode-encoding-perl
Breaks: libcatalyst-actionrole-acl-perl (<< 0.07), libcatalyst-modules-perl (<< 32~), libcatalystx-simplelogin-perl (<< 0.17)
Filename: pool/universe/libc/libcatalyst-perl/libcatalyst-perl_5.90103-1_all.deb
Size: 379666
MD5sum: 73fa0a6d993a2cacb533c9ed264870e4
SHA1: d24291bd819ae554f61c5adfb4c7a57995c17d2b
SHA256: 022168382ed6edab06db9573bc3cfe40411d4bb6eecbdaeca3834a56ebf23ec3
Description-en: elegant Model-View-Controller Web Application Framework
Catalyst is an elegant web application framework, extremely flexible yet very
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.
.
This package only contains the Catalyst::Runtime module. If you want to develop
your own web applications install libcatalyst-modules-perl as well.
Description-md5: 66638affc383b17337ca9486a20f354e
Homepage: https://metacpan.org/release/Catalyst-Runtime
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu