How to Install and Uninstall perl-local-lib.noarch Package on Fedora 38

Last updated: January 16,2025

1. Install "perl-local-lib.noarch" package

In this section, we are going to explain the necessary steps to install perl-local-lib.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-local-lib.noarch

2. Uninstall "perl-local-lib.noarch" package

This is a short guide on how to uninstall perl-local-lib.noarch on Fedora 38:

$ sudo dnf remove perl-local-lib.noarch $ sudo dnf autoremove

3. Information about the perl-local-lib.noarch package on Fedora 38

Last metadata expiration check: 2:20:40 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-local-lib
Version : 2.000029
Release : 4.fc38
Architecture : noarch
Size : 66 k
Source : perl-local-lib-2.000029-4.fc38.src.rpm
Repository : fedora
Summary : Create and use a local lib/ for perl modules
URL : https://metacpan.org/release/local-lib
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module provides a quick, convenient way of bootstrapping a user-
: local Perl module library located within the user's home directory. It
: also constructs and prints out for the user the list of environment
: variables using the syntax appropriate for the user's current shell (as
: specified by the 'SHELL' environment variable), suitable for directly
: adding to one's shell configuration file.
:
: More generally, local::lib allows for the bootstrapping and usage of a
: directory containing Perl modules outside of Perl's '@INC'. This makes
: it easier to ship an application with an app-specific copy of a Perl module,
: or collection of modules. Useful in cases like when an upstream maintainer
: hasn't applied a patch to a module of theirs that you need for your
: application.