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

Last updated: October 08,2024

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

Please follow the step by step instructions below to install perl-Devel-CallParser.x86_64 on Fedora 35

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

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

This tutorial shows how to uninstall perl-Devel-CallParser.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:54:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Devel-CallParser
Version : 0.002
Release : 26.fc35
Architecture : x86_64
Size : 27 k
Source : perl-Devel-CallParser-0.002-26.fc35.src.rpm
Repository : fedora
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.