How to Install and Uninstall perl-lib-abs.noarch Package on AlmaLinux 8

Last updated: November 01,2024

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

In this section, we are going to explain the necessary steps to install perl-lib-abs.noarch on AlmaLinux 8

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

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

Please follow the instructions below to uninstall perl-lib-abs.noarch on AlmaLinux 8:

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

3. Information about the perl-lib-abs.noarch package on AlmaLinux 8

Last metadata expiration check: 1:09:08 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-lib-abs
Version : 0.95
Release : 7.el8
Architecture : noarch
Size : 17 k
Source : perl-lib-abs-0.95-7.el8.src.rpm
Repository : epel
Summary : Module lib that makes relative path absolute to caller
URL : https://metacpan.org/release/lib-abs
License : GPL+ or Artistic
Description : The main reason of this library is to transform relative paths to absolute
: at the BEGIN stage, and push transformed to @INC. Relative path basis is
: not the current working directory, but the location of file, where the
: statement is (caller file). When using common lib, relative paths stays
: relative to current working directory.