How to Install and Uninstall perl-Devel-CallParser.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "perl-Devel-CallParser.x86_64" package

In this section, we are going to explain the necessary steps to install perl-Devel-CallParser.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Devel-CallParser.x86_64

2. Uninstall "perl-Devel-CallParser.x86_64" package

Learn how to uninstall perl-Devel-CallParser.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Devel-CallParser.x86_64 $ sudo dnf autoremove

3. Information about the perl-Devel-CallParser.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:50:57 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Devel-CallParser
Version : 0.002
Release : 20.el8
Architecture : x86_64
Size : 29 k
Source : perl-Devel-CallParser-0.002-20.el8.src.rpm
Repository : epel
Summary : Custom parsing attached to subroutines
URL : https://metacpan.org/release/Devel-CallParser
License : GPL+ or Artistic
Description : This module provides a C API, for XS modules, concerned with custom parsing.
: It is centered around the function cv_set_call_parser, which allows XS code to
: attach a magical annotation to a Perl subroutine, resulting in resolvable
: calls to that subroutine having their arguments parsed by arbitrary C code
: (this is a more conveniently structured facility than the core's
: PL_keyword_plugin API). This module makes cv_set_call_parser and several
: supporting functions available.