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

Last updated: January 13,2025

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

Here is a brief guide to show you how to install perl-Syntax-Keyword-Try.x86_64 on Fedora 36

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

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

Here is a brief guide to show you how to uninstall perl-Syntax-Keyword-Try.x86_64 on Fedora 36:

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

Last metadata expiration check: 3:15:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Syntax-Keyword-Try
Version : 0.27
Release : 1.fc36
Architecture : x86_64
Size : 46 k
Source : perl-Syntax-Keyword-Try-0.27-1.fc36.src.rpm
Repository : fedora
Summary : try/catch/finally syntax for perl
URL : https://metacpan.org/release/Syntax-Keyword-Try/
License : GPL+ or Artistic
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.