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

Last updated: June 29,2024

1. Install "argtable.i686" package

Please follow the guidance below to install argtable.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install argtable.i686

2. Uninstall "argtable.i686" package

This is a short guide on how to uninstall argtable.i686 on Fedora 34:

$ sudo dnf remove argtable.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:19:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : argtable
Version : 2.13
Release : 20.fc34
Architecture : i686
Size : 38 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.