How to Install and Uninstall perl-byacc Package on Kali Linux

Last updated: May 14,2024

1. Install "perl-byacc" package

Please follow the step by step instructions below to install perl-byacc on Kali Linux

$ sudo apt update $ sudo apt install perl-byacc

2. Uninstall "perl-byacc" package

In this section, we are going to explain the necessary steps to uninstall perl-byacc on Kali Linux:

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

3. Information about the perl-byacc package on Kali Linux

Package: perl-byacc
Source: perl-byacc (2.0-8)
Version: 2.0-8+b1
Installed-Size: 191
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.3)
Recommends: perl
Size: 95776
SHA256: de53de334fe0b2588072ec263745842f59756183c38b00743b0a8544a8d9aa27
SHA1: f46db768552c2e33bd6e92e208d96d6c6c51c0f1
MD5sum: afa66a54662f545799d735413f382277
Description: 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:
Tag: devel::code-generator, devel::lang:perl, implemented-in::perl,
interface::commandline, role::program, scope::utility,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/p/perl-byacc/perl-byacc_2.0-8+b1_amd64.deb