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

Last updated: June 26,2024

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

This tutorial shows how to install perl-Getopt-Std.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall perl-Getopt-Std.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:06:59 ago on Thu Feb 15 07:50:05 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 : ol9_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.