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

Last updated: October 09,2024

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

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

$ 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 38:

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

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

Last metadata expiration check: 3:24:53 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Getopt-Tabular
Version : 0.3
Release : 25.fc38
Architecture : noarch
Size : 46 k
Source : perl-Getopt-Tabular-0.3-25.fc38.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.