How To Install argtable on Fedora 36
Introduction
In this tutorial we learn how to install argtable
on Fedora 36.
What is argtable
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.
We can use yum
or dnf
to install argtable
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install argtable.
Install argtable on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install argtable
using dnf
by running the following command:
sudo dnf -y install argtable
Install argtable on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install argtable
using yum
by running the following command:
sudo yum -y install argtable
How To Uninstall argtable on Fedora 36
To uninstall only the argtable
package we can use the following command:
sudo dnf remove argtable
argtable Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/1f309aed3019f52db3cf84d1148cf61f49c5ff
/usr/lib/libargtable2.so.0
/usr/lib/libargtable2.so.0.1.8
/usr/share/doc/argtable
/usr/share/doc/argtable/AUTHORS
/usr/share/doc/argtable/COPYING
/usr/share/doc/argtable/ChangeLog
/usr/share/doc/argtable/README
References
Summary
In this tutorial we learn how to install argtable
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install argtable on Fedora 36” linkTitle: “argtable” type: “docs” description: “In this tutorial we learn how to install argtable in Fedora 36. argtable is Cross platform C library for parsing GNU style command line arguments” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/argtable-featured.png
Introduction
In this tutorial we learn how to install argtable
on Fedora 36.
What is argtable
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.
We can use yum
or dnf
to install argtable
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install argtable.
Install argtable on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install argtable
using dnf
by running the following command:
sudo dnf -y install argtable
Install argtable on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install argtable
using yum
by running the following command:
sudo yum -y install argtable
How To Uninstall argtable on Fedora 36
To uninstall only the argtable
package we can use the following command:
sudo dnf remove argtable
argtable Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/219835f7702cb5597d77d0467f72e643de3c26
/usr/lib64/libargtable2.so.0
/usr/lib64/libargtable2.so.0.1.8
/usr/share/doc/argtable
/usr/share/doc/argtable/AUTHORS
/usr/share/doc/argtable/COPYING
/usr/share/doc/argtable/ChangeLog
/usr/share/doc/argtable/README
References
Summary
In this tutorial we learn how to install argtable
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).