How to Install and Uninstall perl-Getopt-Std.noarch Package on AlmaLinux 9

Last updated: January 08,2025

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

In this section, we are going to explain the necessary steps to install perl-Getopt-Std.noarch on AlmaLinux 9

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

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

Learn how to uninstall perl-Getopt-Std.noarch on AlmaLinux 9:

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

3. Information about the perl-Getopt-Std.noarch package on AlmaLinux 9

Last metadata expiration check: 0:34:48 ago on Wed Mar 13 07:41:12 2024.
Installed Packages
Name : perl-Getopt-Std
Version : 1.12
Release : 480.el9
Architecture : noarch
Size : 12 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Process single-character switches with switch clustering
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The Getopt::Std module provides functions for processing single-character
: switches with switch clustering. Pass one argument which is a string
: containing all switches to be recognized.