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

Last updated: May 11,2024

1. Install "libdevel-declare-perl" package

This is a short guide on how to install libdevel-declare-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdevel-declare-perl

2. Uninstall "libdevel-declare-perl" package

Please follow the steps below to uninstall libdevel-declare-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdevel-declare-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdevel-declare-perl
Priority: optional
Section: universe/perl
Installed-Size: 97
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.006018-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14), libb-hooks-endofscope-perl, libb-hooks-op-check-perl (>= 0.19), libsub-name-perl
Filename: pool/universe/libd/libdevel-declare-perl/libdevel-declare-perl_0.006018-1build1_amd64.deb
Size: 30366
MD5sum: 5c9af5088bfab6f009b269f80891b844
SHA1: b0940fc7e0947bc00cf4d2a20b5af41cc8fb6f14
SHA256: 65c6aad2ff4abe71110f58095ad9c788ea2ea9753cf6ad6ed578c6106a7e581d
Description-en: module to add new syntax to Perl
Devel::Declare can install subroutines called declarators which locally take
over control of Perl's parser, allowing the creation of new syntax, including
keywords and other constructs that might not be, in themselves, valid Perl 5
code.
.
This module can be used for adding new keywords, completely in Perl code. It
allows a subroutine to be executed during the Perl code compilation, meaning
that syntax can be transformed into equivalent code for Perl on-the-fly.
Description-md5: b1fb2e3a206c7c529fa629292fa647a0
Homepage: https://metacpan.org/release/Devel-Declare
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu