How to Install and Uninstall perl-local-lib.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 26,2024
1. Install "perl-local-lib.noarch" package
Please follow the steps below to install perl-local-lib.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
perl-local-lib.noarch
Copied
2. Uninstall "perl-local-lib.noarch" package
Please follow the guidelines below to uninstall perl-local-lib.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
perl-local-lib.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-local-lib.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:27:59 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-local-lib
Version : 2.000024
Release : 2.el8
Architecture : noarch
Size : 74 k
Source : perl-local-lib-2.000024-2.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Create and use a local lib/ for perl modules
URL : http://search.cpan.org/dist/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.
Available Packages
Name : perl-local-lib
Version : 2.000024
Release : 2.el8
Architecture : noarch
Size : 74 k
Source : perl-local-lib-2.000024-2.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Create and use a local lib/ for perl modules
URL : http://search.cpan.org/dist/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.