How to Install and Uninstall perl-base.noarch Package on Fedora 39

Last updated: January 12,2025

1. Install "perl-base.noarch" package

Learn how to install perl-base.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-base.noarch

2. Uninstall "perl-base.noarch" package

This guide covers the steps necessary to uninstall perl-base.noarch on Fedora 39:

$ sudo dnf remove perl-base.noarch $ sudo dnf autoremove

3. Information about the perl-base.noarch package on Fedora 39

Last metadata expiration check: 1:39:35 ago on Thu Mar 7 17:44:52 2024.
Installed Packages
Name : perl-base
Version : 2.27
Release : 502.fc39
Architecture : noarch
Size : 13 k
Source : perl-5.38.2-502.fc39.src.rpm
Repository : @System
From repo : updates
Summary : Establish an ISA relationship with base classes at compile time
URL : https://www.perl.org/
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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".