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

Last updated: July 08,2024

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

Please follow the guidelines below to install perl-Getopt-Tabular.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-Getopt-Tabular.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:12:08 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Getopt-Tabular
Version : 0.3
Release : 21.fc35
Architecture : noarch
Size : 46 k
Source : perl-Getopt-Tabular-0.3-21.fc35.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.