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

Last updated: September 20,2024

1. Install "libparse-method-signatures-perl" package

This tutorial shows how to install libparse-method-signatures-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libparse-method-signatures-perl

2. Uninstall "libparse-method-signatures-perl" package

Learn how to uninstall libparse-method-signatures-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libparse-method-signatures-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libparse-method-signatures-perl
Priority: optional
Section: universe/perl
Installed-Size: 110
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.003016-1
Depends: perl, libclass-load-perl (>= 0.19), liblist-moreutils-perl, libmoose-perl, libmoosex-traits-perl, libmoosex-types-perl, libmoosex-types-structured-perl, libnamespace-clean-perl, libppi-perl
Filename: pool/universe/libp/libparse-method-signatures-perl/libparse-method-signatures-perl_1.003016-1_all.deb
Size: 25886
MD5sum: 8c6f70d55c34b2ddd248d825939a333b
SHA1: 22b5b28e4c9ba3277302d5bd841a0ab201ecc86e
SHA256: 003ecdc546fa16f1c5c1f8320869895bc8f19220d548c8974390fa3769f615e7
Description-en: Perl module to parse Perl6-like method signatures
Parse::Method::Signatures takes a method signature and extracts information
about it. For users of Perl5 who are unfamiliar with this feature, it is
essentially what prototypes are to other languages like C, where methods and
functions have parameterized lists that can also optionally enforce data type
constraints. It is useful to process Perl6 code, but also the subset of Perl6
supported backported to Perl5 via Moose.
.
This is primarily intended as a utility module to be used by developers that
work with either Moose or Perl6 code, such as MooseX::Method::Signatures
(see libmoosex-method-signatures-perl).
Description-md5: 573c2aa224b46ff6de6e6236dac43ee1
Homepage: https://metacpan.org/release/Parse-Method-Signatures/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu