How to Install and Uninstall perl-local-lib.src Package on Oracle Linux 8

Last updated: July 06,2024

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

Learn how to install perl-local-lib.src on Oracle Linux 8

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

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

Please follow the guidance below to uninstall perl-local-lib.src on Oracle Linux 8:

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

3. Information about the perl-local-lib.src package on Oracle Linux 8

Last metadata expiration check: 1:27:00 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-local-lib
Version : 2.000024
Release : 7.module+el8.6.0+20545+312b6629
Architecture : src
Size : 81 k
Source : None
Repository : ol8_appstream
Summary : Create and use a local lib/ for perl modules
URL : https://metacpan.org/release/local-lib
License : GPL+ or Artistic
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.