How to Install and Uninstall perl-Guard.x86_64 Package on Fedora 38

Last updated: October 28,2024

1. Install "perl-Guard.x86_64" package

Please follow the step by step instructions below to install perl-Guard.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Guard.x86_64

2. Uninstall "perl-Guard.x86_64" package

This guide let you learn how to uninstall perl-Guard.x86_64 on Fedora 38:

$ sudo dnf remove perl-Guard.x86_64 $ sudo dnf autoremove

3. Information about the perl-Guard.x86_64 package on Fedora 38

Last metadata expiration check: 5:12:42 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Guard
Version : 1.023
Release : 26.fc38
Architecture : x86_64
Size : 23 k
Source : perl-Guard-1.023-26.fc38.src.rpm
Repository : fedora
Summary : Safe cleanup blocks
URL : https://metacpan.org/release/Guard
License : GPL+ or Artistic
Description : This module implements so-called "guards". A guard is something (usually an
: object) that "guards" a resource, ensuring that it is cleaned up when expected.