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

Last updated: June 03,2024

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

Please follow the guidance below to install perl-ExtUtils-CBuilder.noarch on CentOS Stream 9

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

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

This is a short guide on how to uninstall perl-ExtUtils-CBuilder.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 1:16:17 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-ExtUtils-CBuilder
Epoch : 1
Version : 0.280236
Release : 4.el9
Architecture : noarch
Size : 49 k
Source : perl-ExtUtils-CBuilder-0.280236-4.el9.src.rpm
Repository : appstream
Summary : Compile and link C code for Perl modules
URL : https://metacpan.org/release/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.