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

Last updated: May 17,2024

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

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

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

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

Please follow the instructions below to uninstall perl-ExtUtils-CBuilder.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:30:27 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-ExtUtils-CBuilder
Epoch : 1
Version : 0.280236
Release : 1.module+el8.6.0+20545+312b6629
Architecture : src
Size : 54 k
Source : None
Repository : ol8_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.