How to Install and Uninstall genparse Package on Kali Linux

Last updated: May 19,2024

1. Install "genparse" package

Please follow the instructions below to install genparse on Kali Linux

$ sudo apt update $ sudo apt install genparse

2. Uninstall "genparse" package

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

$ sudo apt remove genparse $ sudo apt autoclean && sudo apt autoremove

3. Information about the genparse package on Kali Linux

Package: genparse
Version: 0.9.3-2
Installed-Size: 387
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 146424
SHA256: 497aa21c6413451f46fa57706672dbcde581caeefee1d1aa6449a46af5d9631f
SHA1: a8a549e62a689727a2327ec08e8a9c62d9ae8f3c
MD5sum: f227be1bc83f885064602a06bbb5c7df
Description: command line parser generator
From simple and concise specification file, you can define
the command line parameters and switches that you would like
to be able to pass to your program.
Genparse creates the C code of the parser for you, which you can then
compile as a separate file and link with your program.
Description-md5:
Homepage: https://sourceforge.net/p/genparse
Tag: devel::code-generator, devel::lang:c, devel::library, implemented-in::c,
interface::commandline, role::devel-lib, role::program, scope::utility,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/g/genparse/genparse_0.9.3-2_amd64.deb