How to Install and Uninstall perl-ExtUtils-Depends.noarch Package on Oracle Linux 9

Last updated: July 05,2024

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

Please follow the instructions below to install perl-ExtUtils-Depends.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall perl-ExtUtils-Depends.noarch on Oracle Linux 9:

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

3. Information about the perl-ExtUtils-Depends.noarch package on Oracle Linux 9

Last metadata expiration check: 3:37:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-ExtUtils-Depends
Version : 0.8001
Release : 1.el9
Architecture : noarch
Size : 24 k
Source : perl-ExtUtils-Depends-0.8001-1.el9.src.rpm
Repository : epel
Summary : Easily build XS extensions that depend on XS extensions
URL : https://metacpan.org/release/ExtUtils-Depends
License : GPL+ or Artistic
Description : This module tries to make it easy to build Perl extensions that use
: functions and typemaps provided by other Perl extensions. This means
: that a Perl extension is treated like a shared library that provides
: also a C and an XS interface besides the Perl one.