How to Install and Uninstall perl-interpreter.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-interpreter.x86_64" package

This guide covers the steps necessary to install perl-interpreter.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-interpreter.x86_64

2. Uninstall "perl-interpreter.x86_64" package

This guide covers the steps necessary to uninstall perl-interpreter.x86_64 on Rocky Linux 8:

$ sudo dnf remove perl-interpreter.x86_64 $ sudo dnf autoremove

3. Information about the perl-interpreter.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:38:34 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : perl-interpreter
Epoch : 4
Version : 5.26.3
Release : 421.el8
Architecture : x86_64
Size : 14 M
Source : perl-5.26.3-421.el8.src.rpm
Repository : @System
From repo : baseos
Summary : Standalone executable Perl interpreter
URL : http://www.perl.org/
License : (GPL+ or Artistic) and (GPLv2+ or Artistic) and BSD and Public Domain and UCD
Description : This is a Perl interpreter as a standalone executable /usr/bin/perl
: required for handling Perl scripts. It does not provide all the other Perl
: modules or tools.
:
: Install this package if you want to program in Perl or enable your system to
: handle Perl scripts with /usr/bin/perl interpreter.
:
: If your script requires some Perl modules, you can install them with
: "perl(MODULE)" where "MODULE" is a name of required module. E.g. install
: "perl(Test::More)" to make Test::More Perl module available.
:
: If you need all the Perl modules that come with upstream Perl sources, so
: called core modules, install perl package.
:
: If you only need perl run-time as a shared library, i.e. Perl interpreter
: embedded into another application, the only essential package is perl-libs.
:
: Perl header files can be found in perl-devel package.
:
: Perl utils like "splain" or "perlbug" can be found in perl-utils package.