How to Install and Uninstall perl-Exporter-Lite.noarch Package on Fedora 38

Last updated: October 03,2024

1. Install "perl-Exporter-Lite.noarch" package

This is a short guide on how to install perl-Exporter-Lite.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Exporter-Lite.noarch

2. Uninstall "perl-Exporter-Lite.noarch" package

Please follow the steps below to uninstall perl-Exporter-Lite.noarch on Fedora 38:

$ sudo dnf remove perl-Exporter-Lite.noarch $ sudo dnf autoremove

3. Information about the perl-Exporter-Lite.noarch package on Fedora 38

Last metadata expiration check: 5:34:35 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Exporter-Lite
Version : 0.09
Release : 2.fc38
Architecture : noarch
Size : 16 k
Source : perl-Exporter-Lite-0.09-2.fc38.src.rpm
Repository : fedora
Summary : Lightweight exporting of functions and variables
URL : https://metacpan.org/release/Exporter-Lite
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Exporter::Lite is an alternative to Exporter, intended to provide a
: lightweight subset of the most commonly-used functionality. It supports
: import(), @EXPORT and @EXPORT_OK and not a whole lot else.