How to Install and Uninstall yaggo Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 01,2024

1. Install "yaggo" package

Please follow the step by step instructions below to install yaggo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install yaggo

2. Uninstall "yaggo" package

Please follow the steps below to uninstall yaggo on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the yaggo package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: yaggo
Priority: optional
Section: universe/misc
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Version: 1.5.4-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/y/yaggo/yaggo_1.5.4-1_all.deb
Size: 17664
MD5sum: 81faa70588e263d692d148013004a907
SHA1: d104664547580c3562c080a33d3029d166dd08c5
SHA256: e95796e1d1aa03d359441bd6dd75d6c693cb9e11abe3aeafc00873cc9a86485a
Description-en: 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: 9cc686a2c0fecd1e9435456badaa7934
Homepage: https://github.com/gmarcais/yaggo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu