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

Last updated: January 11,2025

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

This is a short guide on how to install perl-Syntax-Keyword-Defer.x86_64 on Fedora 39

$ 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 39:

$ 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 39

Last metadata expiration check: 5:32:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Syntax-Keyword-Defer
Version : 0.09
Release : 2.fc39
Architecture : x86_64
Size : 34 k
Source : perl-Syntax-Keyword-Defer-0.09-2.fc39.src.rpm
Repository : fedora
Summary : Add defer block syntax to Perl
URL : https://metacpan.org/release/Syntax-Keyword-Defer
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.