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

Last updated: September 22,2024

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

This guide let you learn how to install perl-Syntax-Keyword-Defer.x86_64 on Fedora 36

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

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

Learn how to uninstall perl-Syntax-Keyword-Defer.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:00:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Syntax-Keyword-Defer
Version : 0.07
Release : 1.fc36
Architecture : x86_64
Size : 33 k
Source : perl-Syntax-Keyword-Defer-0.07-1.fc36.src.rpm
Repository : fedora
Summary : Add defer block syntax to Perl
URL : https://metacpan.org/release/Syntax-Keyword-Defer
License : GPL+ or Artistic
Description : This Perl module provides a syntax plugin that implements a block which
: executes when the containing scope has finished. The "defer" blocks are
: primarily intended for cases such as resource finalization tasks that may be
: conditionally required.