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

Last updated: May 10,2024

1. Install "libparse-recdescent-perl" package

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

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

2. Uninstall "libparse-recdescent-perl" package

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

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

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

Package: libparse-recdescent-perl
Priority: optional
Section: universe/perl
Installed-Size: 404
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.967013+dfsg-1
Depends: perl
Breaks: libcss-perl (<< 1.08-1+nmu2), libmail-imapclient-perl (<< 3.30-2)
Filename: pool/universe/libp/libparse-recdescent-perl/libparse-recdescent-perl_1.967013+dfsg-1_all.deb
Size: 144772
MD5sum: aebcaacc952df29d6119711fe3f0d197
SHA1: e375821140f133018647b32c6c7fd349dd18ab6f
SHA256: 2eb2d715824716dd3abd43d2157f4c0a15381d733982e960b3c9daa961302e07
Description-en: Perl module to create and use recursive-descent parsers
Parse::RecDescent incrementally generates top-down recursive-descent text
parsers from simple yacc-like grammar specifications. It provides:
.
* Regular expressions or literal strings as terminals (tokens)
* Multiple (non-contiguous) productions for any rule
* Repeated, optional and alternate sub-rules within productions
* Late-bound (run-time dispatched) sub-rules
* Full access to Perl within actions specified as part of the grammar
* Simple automated error reporting during parser generation and parsing
* The ability to commit to, uncommit to, or reject particular productions
during a parse
* Incremental extension of the parsing grammar (even during a parse)
* The ability to retrieve the generated parsing code
Description-md5: 85557a0ccc0e903cc0864afc0029c180
Homepage: https://metacpan.org/release/Parse-RecDescent/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 3y
Task: mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master