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

Last updated: October 07,2024

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

This guide covers the steps necessary to install perl-Syntax-Keyword-Try.x86_64 on Fedora 34

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

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

Learn how to uninstall perl-Syntax-Keyword-Try.x86_64 on Fedora 34:

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

Last metadata expiration check: 5:07:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Syntax-Keyword-Try
Version : 0.23
Release : 1.fc34
Architecture : x86_64
Size : 45 k
Source : perl-Syntax-Keyword-Try-0.23-1.fc34.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.