How to Install and Uninstall perl-parent.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "perl-parent.noarch" package
This guide let you learn how to install perl-parent.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
perl-parent.noarch
Copied
2. Uninstall "perl-parent.noarch" package
Here is a brief guide to show you how to uninstall perl-parent.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
perl-parent.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-parent.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:28:12 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : perl-parent
Epoch : 1
Version : 0.237
Release : 1.el8
Architecture : noarch
Size : 9.0 k
Source : perl-parent-0.237-1.el8.src.rpm
Repository : @System
From repo : ubi-8-baseos-rpms
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);
: }
Installed Packages
Name : perl-parent
Epoch : 1
Version : 0.237
Release : 1.el8
Architecture : noarch
Size : 9.0 k
Source : perl-parent-0.237-1.el8.src.rpm
Repository : @System
From repo : ubi-8-baseos-rpms
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);
: }