How to Install and Uninstall perl-parent.src Package on Oracle Linux 8
Last updated: November 25,2024
1. Install "perl-parent.src" package
Please follow the guidelines below to install perl-parent.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-parent.src
Copied
2. Uninstall "perl-parent.src" package
Please follow the guidelines below to uninstall perl-parent.src on Oracle Linux 8:
$
sudo dnf remove
perl-parent.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-parent.src package on Oracle Linux 8
Last metadata expiration check: 6:05:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-parent
Epoch : 1
Version : 0.238
Release : 457.module+el8.6.0+20545+312b6629
Architecture : src
Size : 29 k
Source : None
Repository : ol8_appstream
Summary : Establish an ISA relationship with base classes at compile time
URL : https://metacpan.org/release/parent
License : GPL+ or Artistic
Description : Allows you to both load one or more modules, while setting up inheritance
: from those modules at the same time. Mostly similar in effect to:
:
: package Baz;
:
: BEGIN {
: require Foo;
: require Bar;
:
: push @ISA, qw(Foo Bar);
: }
Available Packages
Name : perl-parent
Epoch : 1
Version : 0.238
Release : 457.module+el8.6.0+20545+312b6629
Architecture : src
Size : 29 k
Source : None
Repository : ol8_appstream
Summary : Establish an ISA relationship with base classes at compile time
URL : https://metacpan.org/release/parent
License : GPL+ or Artistic
Description : Allows you to both load one or more modules, while setting up inheritance
: from those modules at the same time. Mostly similar in effect to:
:
: package Baz;
:
: BEGIN {
: require Foo;
: require Bar;
:
: push @ISA, qw(Foo Bar);
: }