How to Install and Uninstall racc Package on Kali Linux

Last updated: May 19,2024

1. Install "racc" package

Here is a brief guide to show you how to install racc on Kali Linux

$ sudo apt update $ sudo apt install racc

2. Uninstall "racc" package

Please follow the guidelines below to uninstall racc on Kali Linux:

$ sudo apt remove racc $ sudo apt autoclean && sudo apt autoremove

3. Information about the racc package on Kali Linux

Package: racc
Version: 1.6.2-1
Installed-Size: 313
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby
Size: 87660
SHA256: c7a1efc3c243de24635fd7f8cc684a3a7f885d0ea0580466af6ee0b39a2b44e9
SHA1: ffa750366a051265014d2a2d9caff1f57554bbc1
MD5sum: 6874ef347aeaa639953b62f83a9117e3
Description: Ruby LALR parser generator
Racc is LALR(Look-Ahead LR) parser generator for Ruby, written in Ruby. It
allows programmers to easily write syntactic parsers from simple rules, like
yacc and bison.
Description-md5:
Homepage: https://github.com/ruby/racc
Tag: devel::code-generator, devel::lang:ruby, interface::commandline,
role::program, scope::utility
Section: ruby
Priority: optional
Filename: pool/main/r/racc/racc_1.6.2-1_all.deb