How to Install and Uninstall yapps2 Package on Kali Linux

Last updated: May 17,2024

1. Install "yapps2" package

This tutorial shows how to install yapps2 on Kali Linux

$ sudo apt update $ sudo apt install yapps2

2. Uninstall "yapps2" package

Please follow the guidance below to uninstall yapps2 on Kali Linux:

$ sudo apt remove yapps2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the yapps2 package on Kali Linux

Package: yapps2
Version: 2.2.1-3.2
Installed-Size: 106
Maintainer: Matthias Urlichs
Architecture: all
Depends: python3:any, python3-yapps (= 2.2.1-3.2), python3-pkg-resources
Size: 43500
SHA256: 1685a04fc7136ecfa0b7cb0d9233c24636e9f72173a6db12d28c08e6336d86c0
SHA1: 270f95ba25e95b3526019314e5d0ddcc45f2a7a2
MD5sum: 3a550090e4e72abcc5dc4dd897a6844d
Description: Yet Another Python Parser System
YAPPS is an easy to use parser generator that is written in Python and
generates Python code. There are several parser generator systems
already available for Python, but this parser has different goals:
Yapps is simple, very easy to use, and produces human-readable parsers.
.
It is not the fastest or most powerful parser. Yapps is designed to be
used when regular expressions are not enough and other parser systems
are too much: situations where you might otherwise write your own
recursive descent parser.
.
This package contains several upward-compatible enhancements to the
original YAPPS source:
.
- handles recursive input ("include files")
- better error reporting
- reads input incrementally
Description-md5:
Tag: devel::code-generator, devel::lang:python, devel::library,
implemented-in::python, interface::commandline, role::devel-lib,
role::program, scope::utility
Section: python
Priority: optional
Filename: pool/main/y/yapps2/yapps2_2.2.1-3.2_all.deb