How to Install and Uninstall perl.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "perl.x86_64" package

Please follow the instructions below to install perl.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl.x86_64

2. Uninstall "perl.x86_64" package

Please follow the step by step instructions below to uninstall perl.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove perl.x86_64 $ sudo yum autoremove

3. Information about the perl.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl
Arch : x86_64
Epoch : 4
Version : 5.16.3
Release : 299.el7_9
Size : 22 M
Repo : installed
From repo : updates
Summary : Practical Extraction and Report Language
URL : http://www.perl.org/
License : (GPL+ or Artistic) and (GPLv2+ or Artistic) and Copyright Only and
: MIT and Public Domain and UCD
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. A large proportion
: of the CGI scripts on the web are written in Perl. You need the
: perl package installed on your system so that your system can
: handle Perl scripts.
:
: Install this package if you want to program in Perl or enable your
: system to handle Perl scripts.