How to Install and Uninstall argtable.x86_64 Package on Fedora 34

Last updated: November 14,2024

1. Install "argtable.x86_64" package

This guide let you learn how to install argtable.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install argtable.x86_64

2. Uninstall "argtable.x86_64" package

Please follow the guidance below to uninstall argtable.x86_64 on Fedora 34:

$ sudo dnf remove argtable.x86_64 $ sudo dnf autoremove

3. Information about the argtable.x86_64 package on Fedora 34

Last metadata expiration check: 0:02:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : argtable
Version : 2.13
Release : 20.fc34
Architecture : x86_64
Size : 37 k
Source : argtable-2.13-20.fc34.src.rpm
Repository : fedora
Summary : Cross platform C library for parsing GNU style command line arguments
URL : http://argtable.sourceforge.net/
License : LGPLv2+
Description : Argtable is an ANSI C library for parsing GNU style command line
: arguments. It enables a program's command line syntax to be defined in
: the source code as an array of argtable structs. The command line is
: then parsed according to that specification and the resulting values
: are returned in those same structs where they are accessible to the main
: program. Both tagged (-v, --verbose, --foo=bar) and untagged arguments
: are supported, as are multiple instances of each argument.
: Syntax error handling is automatic.