How to Install and Uninstall perl-Syntax-Keyword-Dynamically.x86_64 Package on Fedora 36

Last updated: October 04,2024

1. Install "perl-Syntax-Keyword-Dynamically.x86_64" package

Please follow the guidelines below to install perl-Syntax-Keyword-Dynamically.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Syntax-Keyword-Dynamically.x86_64

2. Uninstall "perl-Syntax-Keyword-Dynamically.x86_64" package

This is a short guide on how to uninstall perl-Syntax-Keyword-Dynamically.x86_64 on Fedora 36:

$ sudo dnf remove perl-Syntax-Keyword-Dynamically.x86_64 $ sudo dnf autoremove

3. Information about the perl-Syntax-Keyword-Dynamically.x86_64 package on Fedora 36

Last metadata expiration check: 0:10:47 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-Syntax-Keyword-Dynamically
Version : 0.10
Release : 2.fc36
Architecture : x86_64
Size : 32 k
Source : perl-Syntax-Keyword-Dynamically-0.10-2.fc36.src.rpm
Repository : fedora
Summary : Dynamically change the value of a variable
URL : https://metacpan.org/release/Syntax-Keyword-Dynamically
License : GPL+ or Artistic
Description : This Perl module provides a syntax plugin that implements a single keyword,
: dynamically, which alters the behavior of a scalar assignment operation.
: Syntactically and semantically it is similar to the built-in Perl keyword
: local, but is implemented somewhat differently to give two key advantages over
: regular local: You can dynamically assign to left-value functions and
: accessors, and you can dynamically assign to regular lexical variables.