How to Install and Uninstall perl-base.noarch Package on CentOS Stream 9
Last updated: January 11,2025
1. Install "perl-base.noarch" package
This tutorial shows how to install perl-base.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-base.noarch
Copied
2. Uninstall "perl-base.noarch" package
Learn how to uninstall perl-base.noarch on CentOS Stream 9:
$
sudo dnf remove
perl-base.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-base.noarch package on CentOS Stream 9
Last metadata expiration check: 0:36:51 ago on Sat Mar 16 16:03:45 2024.
Installed Packages
Name : perl-base
Version : 2.27
Release : 481.el9
Architecture : noarch
Size : 13 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Establish an ISA relationship with base classes at compile time
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : "base" module allows you to both load one or more modules, while setting up
: inheritance from those modules at the same time. Unless you are using the
: "fields" pragma, consider this module discouraged in favor of the
: lighter-weight "parent".
Installed Packages
Name : perl-base
Version : 2.27
Release : 481.el9
Architecture : noarch
Size : 13 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Establish an ISA relationship with base classes at compile time
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : "base" module allows you to both load one or more modules, while setting up
: inheritance from those modules at the same time. Unless you are using the
: "fields" pragma, consider this module discouraged in favor of the
: lighter-weight "parent".