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

Last updated: May 15,2024

1. Install "libparse-keyword-perl" package

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

$ sudo apt update $ sudo apt install libparse-keyword-perl

2. Uninstall "libparse-keyword-perl" package

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

$ sudo apt remove libparse-keyword-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libparse-keyword-perl
Priority: optional
Section: universe/oldlibs
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.08-2build1
Depends: libdevel-callparser-perl, perl (>= 5.22.1-2), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libp/libparse-keyword-perl/libparse-keyword-perl_0.08-2build1_amd64.deb
Size: 16076
MD5sum: 0908cb3193208742bd4d33d16323aa38
SHA1: c48a6db671a16ccb209bf429c6821a7b4d59448c
SHA256: 74c3f223de42be7133e5e8b94ea76c8f38ad576bdfbfd76f05049587bd72864b
Description-en: write syntax extensions in perl (with only limited use)
Parse::Keyword allows you to write keyword-based syntax extensions
without requiring you to write any C code yourself. It is similar to
Devel::Declare, except that it uses the Perl parser API introduced in
Perl 5.14 in order to allow you to parse parts of things using perl's
own parser, rather than having to fake it with balanced brace matching
or other fragile things.
.
NB! This module has fundamental errors in the way it handles closures,
which are not fixable. Runtime keywords will never be able to work
properly with the current design of this module. There are certain
cases where this module is still safe to use (keywords that only have
effect at compile time, or keywords that never call any of the parse_*
functions), but that is limiting enough to make this module mostly
worthless, and its author may not continue maintain it. Be warned!
Description-md5: 96d49cc57906f959a5be5204acfe621a
Homepage: https://metacpan.org/release/Parse-Keyword
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu