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

Last updated: June 18,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 Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-Devel-CallParser.x86_64 on Rocky Linux 8:

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

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

Last metadata expiration check: 1:05:30 ago on Mon Sep 12 10:27:18 2022.
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.