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

Last updated: October 05,2024

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

Please follow the steps below to install perl-Getopt-Tabular.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Getopt-Tabular.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:33:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Getopt-Tabular
Version : 0.3
Release : 19.fc34
Architecture : noarch
Size : 47 k
Source : perl-Getopt-Tabular-0.3-19.fc34.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.