How to Install and Uninstall perl-Eval-Context.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Eval-Context.noarch" package

Please follow the instructions below to install perl-Eval-Context.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Eval-Context.noarch

2. Uninstall "perl-Eval-Context.noarch" package

This tutorial shows how to uninstall perl-Eval-Context.noarch on Fedora 34:

$ sudo dnf remove perl-Eval-Context.noarch $ sudo dnf autoremove

3. Information about the perl-Eval-Context.noarch package on Fedora 34

Last metadata expiration check: 3:22:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Eval-Context
Version : 0.09.11
Release : 25.fc34
Architecture : noarch
Size : 31 k
Source : perl-Eval-Context-0.09.11-25.fc34.src.rpm
Repository : fedora
Summary : Evalute perl code in context wraper
URL : https://metacpan.org/release/Eval-Context
License : GPL+ or Artistic
Description : This module defines a subroutine that let you evaluate Perl code in a
: specific context. The code can be passed directly as a string or as a file
: name to read from. It also provides some subroutines to let you define and
: optionally share variables and subroutines between your code and the code
: you wish to evaluate. Finally there is some support for running your code
: in a safe compartment.