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

Last updated: July 09,2024

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

Please follow the guidelines below to install perl-ExtUtils-Command.noarch on Oracle Linux 9

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

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

Learn how to uninstall perl-ExtUtils-Command.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:09:11 ago on Thu Feb 15 07:50:05 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 : ol9_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.