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

Last updated: June 03,2024

1. Install "perl-interpreter.x86_64" package

This guide let you learn how to install perl-interpreter.x86_64 on Rocky Linux 9

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

2. Uninstall "perl-interpreter.x86_64" package

Please follow the steps below to uninstall perl-interpreter.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 1:21:23 ago on Fri Feb 16 06:49:52 2024.
Installed Packages
Name : perl-interpreter
Epoch : 4
Version : 5.32.1
Release : 480.el9
Architecture : x86_64
Size : 117 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Standalone executable Perl interpreter
URL : https://www.perl.org/
License : GPL+ or Artistic
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 "h2ph" or "perlbug" can be found in perl-utils package.
:
: Perl debugger, usually invoked with "perl -d", is available in perl-debugger
: package.