How to Install and Uninstall perl-ExtUtils-CBuilder.src Package on Oracle Linux 9

Last updated: May 09,2024

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

Please follow the step by step instructions below to install perl-ExtUtils-CBuilder.src on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-ExtUtils-CBuilder.src on Oracle Linux 9:

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

3. Information about the perl-ExtUtils-CBuilder.src package on Oracle Linux 9

Last metadata expiration check: 1:47:41 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-ExtUtils-CBuilder
Epoch : 1
Version : 0.280236
Release : 4.el9
Architecture : src
Size : 53 k
Source : None
Repository : ol9_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.