How to Install and Uninstall yaggo Package on Kali Linux

Last updated: May 01,2024

1. Install "yaggo" package

This guide let you learn how to install yaggo on Kali Linux

$ sudo apt update $ sudo apt install yaggo

2. Uninstall "yaggo" package

This guide let you learn how to uninstall yaggo on Kali Linux:

$ sudo apt remove yaggo $ sudo apt autoclean && sudo apt autoremove

3. Information about the yaggo package on Kali Linux

Package: yaggo
Version: 1.5.11-1
Installed-Size: 92
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: ruby
Size: 21320
SHA256: e25577e15b2db9538f3c7dee953d030884fd1b1db840696046015d186fd1d047
SHA1: aba7acce65075b0be2363b60a3570a0dfa53debd
MD5sum: 52382e5a3f33dc64c240314a193d2ba6
Description: generate command line parser using getopt_long
Yaggo is a tool to generate command line parsers for C++. Yaggo stands
for "Yet Another GenGetOpt" and is inspired by GNU Gengetopt.
.
It reads a configuration file describing the switches and argument for
a C++ program and it generates one header file that parses the command
line using getopt_long(3).
Description-md5:
Homepage: https://github.com/gmarcais/yaggo
Section: misc
Priority: optional
Filename: pool/main/y/yaggo/yaggo_1.5.11-1_all.deb