How to Install and Uninstall perl-Getopt-Tabular.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "perl-Getopt-Tabular.noarch" package

Here is a brief guide to show you how to install perl-Getopt-Tabular.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Getopt-Tabular.noarch

2. Uninstall "perl-Getopt-Tabular.noarch" package

Please follow the guidance below to uninstall perl-Getopt-Tabular.noarch on Fedora 36:

$ sudo dnf remove perl-Getopt-Tabular.noarch $ sudo dnf autoremove

3. Information about the perl-Getopt-Tabular.noarch package on Fedora 36

Last metadata expiration check: 3:13:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Getopt-Tabular
Version : 0.3
Release : 22.fc36
Architecture : noarch
Size : 46 k
Source : perl-Getopt-Tabular-0.3-22.fc36.src.rpm
Repository : fedora
Summary : Table-driven argument parsing for Perl
URL : https://metacpan.org/release/Getopt-Tabular
License : GPL+ or Artistic
Description : Getopt::Tabular is a Perl module for table-driven argument parsing,
: vaguely inspired by John Ousterhout's Tk_ParseArgv. All you really need
: to do to use the package is set up a table describing all your command-line
: options, and call &GetOptions.