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

Last updated: April 29,2024

1. Install "perl-byacc" package

This guide let you learn how to install perl-byacc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install perl-byacc

2. Uninstall "perl-byacc" package

This tutorial shows how to uninstall perl-byacc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: perl-byacc
Priority: optional
Section: universe/devel
Installed-Size: 198
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: amd64
Version: 2.0-7
Depends: libc6 (>= 2.4)
Recommends: perl
Filename: pool/universe/p/perl-byacc/perl-byacc_2.0-7_amd64.deb
Size: 104504
MD5sum: 663613aa14e612bbf24c14ec78c75b48
SHA1: 1e6ce950b1bdedf135f8936c2366b72d5d9ab41d
SHA256: 01d073e2a4ee4edc883ffbc1d37a02f9e6bdf579405f4a5bd56e955dc49674a8
Description-en: Berkeley LALR parser generator, Perl version
Yacc reads the grammar specification in a file
and generates an LR(1) parser for it. The parsers consist
of a set of LALR(1) parsing tables and a driver routine
written in the C programming language.
This version is able to produce Perl programs.
Description-md5: 1aca904a8d70af00698621d6e745057f
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu