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

Last updated: January 15,2025

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

This tutorial shows how to install perl-Syntax-Keyword-Defer.x86_64 on Fedora 38

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

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

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

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

Last metadata expiration check: 0:45:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Syntax-Keyword-Defer
Version : 0.09
Release : 1.fc38
Architecture : x86_64
Size : 33 k
Source : perl-Syntax-Keyword-Defer-0.09-1.fc38.src.rpm
Repository : updates
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.