How to Install and Uninstall perl-lib-relative.noarch Package on Fedora 36

Last updated: May 19,2024

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

This guide let you learn how to install perl-lib-relative.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-lib-relative.noarch on Fedora 36:

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

3. Information about the perl-lib-relative.noarch package on Fedora 36

Last metadata expiration check: 2:18:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-lib-relative
Version : 1.000
Release : 10.fc36
Architecture : noarch
Size : 17 k
Source : perl-lib-relative-1.000-10.fc36.src.rpm
Repository : fedora
Summary : Add paths relative to the current file to @INC
URL : https://metacpan.org/release/lib-relative
License : Artistic 2.0
Description : This module proposes a straightforward method for adding local directory to
: @INC. It takes a path relative to the current file, absolutize it, and add
: it to @INC.