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

Last updated: November 28,2024

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

This guide let you learn how to install perl-Syntax-Keyword-Try.x86_64 on Fedora 38

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

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

Last metadata expiration check: 5:51:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Syntax-Keyword-Try
Version : 0.28
Release : 2.fc38
Architecture : x86_64
Size : 44 k
Source : perl-Syntax-Keyword-Try-0.28-2.fc38.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.