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

Last updated: November 30,2024

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

Please follow the instructions below to install perl-Syntax-Keyword-Try.x86_64 on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Syntax-Keyword-Try.x86_64 on Fedora 39:

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

3. Information about the perl-Syntax-Keyword-Try.x86_64 package on Fedora 39

Last metadata expiration check: 2:43:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Syntax-Keyword-Try
Version : 0.29
Release : 2.fc39
Architecture : x86_64
Size : 44 k
Source : perl-Syntax-Keyword-Try-0.29-2.fc39.src.rpm
Repository : fedora
Summary : try/catch/finally syntax for perl
URL : https://metacpan.org/release/Syntax-Keyword-Try/
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module provides a syntax plugin that implements exception-handling
: semantics in a form familiar to users of other languages, being built on a
: block labeled with the try keyword, followed by at least one of a catch or
: finally block.