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

Last updated: November 02,2024

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

Please follow the steps below to install perl-ExtUtils-CBuilder.noarch on AlmaLinux 8

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

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

This guide let you learn how to uninstall perl-ExtUtils-CBuilder.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 0:50:10 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-ExtUtils-CBuilder
Epoch : 1
Version : 0.280230
Release : 2.el8
Architecture : noarch
Size : 48 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.