How to Install and Uninstall perl-ExtUtils-Command.noarch Package on Rocky Linux 9

Last updated: October 07,2024

1. Install "perl-ExtUtils-Command.noarch" package

Please follow the steps below to install perl-ExtUtils-Command.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-ExtUtils-Command.noarch

2. Uninstall "perl-ExtUtils-Command.noarch" package

This is a short guide on how to uninstall perl-ExtUtils-Command.noarch on Rocky Linux 9:

$ sudo dnf remove perl-ExtUtils-Command.noarch $ sudo dnf autoremove

3. Information about the perl-ExtUtils-Command.noarch package on Rocky Linux 9

Last metadata expiration check: 2:31:28 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-ExtUtils-Command
Epoch : 2
Version : 7.60
Release : 3.el9
Architecture : noarch
Size : 14 k
Source : perl-ExtUtils-MakeMaker-7.60-3.el9.src.rpm
Repository : appstream
Summary : Perl routines to replace common UNIX commands in Makefiles
URL : https://metacpan.org/release/ExtUtils-MakeMaker
License : GPL+ or Artistic
Description : This Perl module is used to replace common UNIX commands. In all cases the
: functions work with @ARGV rather than taking arguments. This makes them
: easier to deal with in Makefiles.