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

Last updated: January 16,2025

1. Install "perl-End.noarch" package

Please follow the step by step instructions below to install perl-End.noarch on Fedora 35

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

2. Uninstall "perl-End.noarch" package

This guide covers the steps necessary to uninstall perl-End.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:50:36 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-End
Version : 2009110401
Release : 28.fc35
Architecture : noarch
Size : 13 k
Source : perl-End-2009110401-28.fc35.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.