How to Install and Uninstall perl-Config-Perl-V.src Package on Oracle Linux 8

Last updated: June 01,2024

1. Install "perl-Config-Perl-V.src" package

Learn how to install perl-Config-Perl-V.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Config-Perl-V.src

2. Uninstall "perl-Config-Perl-V.src" package

This is a short guide on how to uninstall perl-Config-Perl-V.src on Oracle Linux 8:

$ sudo dnf remove perl-Config-Perl-V.src $ sudo dnf autoremove

3. Information about the perl-Config-Perl-V.src package on Oracle Linux 8

Last metadata expiration check: 6:59:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Config-Perl-V
Version : 0.32
Release : 441.module+el8.6.0+20545+312b6629
Architecture : src
Size : 34 k
Source : None
Repository : ol8_appstream
Summary : Structured data retrieval of perl -V output
URL : https://metacpan.org/release/Config-Perl-V
License : GPL+ or Artistic
Description : The command "perl -V" will return you an excerpt from the %Config::Config
: hash combined with the output of "perl -V" that is not stored inside the hash,
: but only available to the perl binary itself. This package provides Perl
: module that will return you the output of "perl -V" in a structure.