How to Install and Uninstall perl-Devel-CallParser.x86_64 Package on Fedora 38

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-Devel-CallParser.x86_64 on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Devel-CallParser.x86_64 on Fedora 38:

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

3. Information about the perl-Devel-CallParser.x86_64 package on Fedora 38

Last metadata expiration check: 1:54:04 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Devel-CallParser
Version : 0.002
Release : 30.fc38
Architecture : x86_64
Size : 26 k
Source : perl-Devel-CallParser-0.002-30.fc38.src.rpm
Repository : fedora
Summary : Custom parsing attached to subroutines
URL : https://metacpan.org/release/Devel-CallParser
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.