How to Install and Uninstall perl-ExtUtils-Command.noarch Package on CentOS Stream 9

Last updated: October 06,2024

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

Learn how to install perl-ExtUtils-Command.noarch on CentOS Stream 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-ExtUtils-Command.noarch on CentOS Stream 9:

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

3. Information about the perl-ExtUtils-Command.noarch package on CentOS Stream 9

Last metadata expiration check: 0:28:01 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-ExtUtils-Command
Epoch : 2
Version : 7.60
Release : 3.el9
Architecture : noarch
Size : 15 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.