How to Install and Uninstall perl-End.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-End.noarch" package

In this section, we are going to explain the necessary steps to install perl-End.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-End.noarch

2. Uninstall "perl-End.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-End.noarch on Fedora 34:

$ sudo dnf remove perl-End.noarch $ sudo dnf autoremove

3. Information about the perl-End.noarch package on Fedora 34

Last metadata expiration check: 2:08:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-End
Version : 2009110401
Release : 26.fc34
Architecture : noarch
Size : 14 k
Source : perl-End-2009110401-26.fc34.src.rpm
Repository : fedora
Summary : Generalized END blocks
URL : https://metacpan.org/release/End
License : MIT
Description : The module End exports a single subroutine which allows you to set up some code
: that is run whenever the current block is exited, regardless whether that is
: due to a return, next, last, redo, exit, die, goto or just reaching the end of
: the block.