How to Install and Uninstall perl.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "perl.src" package

In this section, we are going to explain the necessary steps to install perl.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl.src

2. Uninstall "perl.src" package

Learn how to uninstall perl.src on Oracle Linux 8:

$ sudo dnf remove perl.src $ sudo dnf autoremove

3. Information about the perl.src package on Oracle Linux 8

Last metadata expiration check: 6:20:37 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl
Epoch : 4
Version : 5.32.1
Release : 471.module+el8.6.0+20545+312b6629
Architecture : src
Size : 12 M
Source : None
Repository : ol8_appstream
Summary : Practical Extraction and Report Language
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : Perl is a high-level programming language with roots in C, sed, awk and shell
: scripting. Perl is good at handling processes and files, and is especially
: good at handling text. Perl's hallmarks are practicality and efficiency.
: While it is used to do a lot of different things, Perl's most common
: applications are system administration utilities and web programming.
:
: This is a metapackage with all the Perl bits and core modules that can be
: found in the upstream tarball from perl.org.
:
: If you need only a specific feature, you can install a specific package
: instead. E.g. to handle Perl scripts with /usr/bin/perl interpreter,
: install perl-interpreter package. See perl-interpreter description for more
: details on the Perl decomposition into packages.