How to Install and Uninstall perl-blib.noarch Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "perl-blib.noarch" package

Please follow the steps below to install perl-blib.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-blib.noarch

2. Uninstall "perl-blib.noarch" package

This is a short guide on how to uninstall perl-blib.noarch on Oracle Linux 9:

$ sudo dnf remove perl-blib.noarch $ sudo dnf autoremove

3. Information about the perl-blib.noarch package on Oracle Linux 9

Last metadata expiration check: 2:25:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-blib
Version : 1.07
Release : 480.el9
Architecture : noarch
Size : 12 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_appstream
Summary : Use uninstalled version of a package
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This module looks for MakeMaker-like "blib" directory structure starting in
: given or current directory and working back up to five levels of directories.
: It is intended for use on command line with -M option as a way of testing
: arbitrary scripts against an uninstalled version of a package.