How to Install and Uninstall perl-lib-abs.noarch Package on Fedora 34

Last updated: July 02,2024

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

This guide let you learn how to install perl-lib-abs.noarch on Fedora 34

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

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

Learn how to uninstall perl-lib-abs.noarch on Fedora 34:

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

3. Information about the perl-lib-abs.noarch package on Fedora 34

Last metadata expiration check: 2:58:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-lib-abs
Version : 0.95
Release : 5.fc34
Architecture : noarch
Size : 15 k
Source : perl-lib-abs-0.95-5.fc34.src.rpm
Repository : fedora
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.