How to Install and Uninstall perl-ExtUtils-Command.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

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

Learn how to install perl-ExtUtils-Command.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ 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 Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-ExtUtils-Command.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:34:17 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-ExtUtils-Command
Epoch : 1
Version : 7.34
Release : 1.el8
Architecture : noarch
Size : 19 k
Source : perl-ExtUtils-MakeMaker-7.34-1.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Perl routines to replace common UNIX commands in Makefiles
URL : http://search.cpan.org/dist/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.