How to Install and Uninstall perl-ExtUtils-CBuilder.noarch Package on Rocky Linux 8

Last updated: September 19,2024

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

Here is a brief guide to show you how to install perl-ExtUtils-CBuilder.noarch on Rocky Linux 8

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

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

Here is a brief guide to show you how to uninstall perl-ExtUtils-CBuilder.noarch on Rocky Linux 8:

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

3. Information about the perl-ExtUtils-CBuilder.noarch package on Rocky Linux 8

Last metadata expiration check: 0:41:48 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-ExtUtils-CBuilder
Epoch : 1
Version : 0.280230
Release : 2.el8
Architecture : noarch
Size : 47 k
Source : perl-ExtUtils-CBuilder-0.280230-2.el8.src.rpm
Repository : appstream
Summary : Compile and link C code for Perl modules
URL : http://search.cpan.org/dist/ExtUtils-CBuilder/
License : GPL+ or Artistic
Description : This module can build the C portions of Perl modules by invoking the
: appropriate compilers and linkers in a cross-platform manner. It was motivated
: by the Module::Build project, but may be useful for other purposes as well.