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

Last updated: November 25,2024

1. Install "argtable.x86_64" package

This guide covers the steps necessary to install argtable.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install argtable.x86_64

2. Uninstall "argtable.x86_64" package

Please follow the guidelines below to uninstall argtable.x86_64 on Fedora 36:

$ sudo dnf remove argtable.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:35:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : argtable
Version : 2.13
Release : 22.fc36
Architecture : x86_64
Size : 37 k
Source : argtable-2.13-22.fc36.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.