How to Install and Uninstall argtable.i686 Package on Fedora 39

Last updated: November 28,2024

1. Install "argtable.i686" package

Please follow the steps below to install argtable.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install argtable.i686

2. Uninstall "argtable.i686" package

Please follow the instructions below to uninstall argtable.i686 on Fedora 39:

$ sudo dnf remove argtable.i686 $ sudo dnf autoremove

3. Information about the argtable.i686 package on Fedora 39

Last metadata expiration check: 0:25:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : argtable
Version : 2.13
Release : 26.fc39
Architecture : i686
Size : 38 k
Source : argtable-2.13-26.fc39.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.