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

Last updated: July 03,2024

1. Install "perl-Benchmark.noarch" package

This guide covers the steps necessary to install perl-Benchmark.noarch on Oracle Linux 9

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

2. Uninstall "perl-Benchmark.noarch" package

Please follow the instructions below to uninstall perl-Benchmark.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:57:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Benchmark
Version : 1.23
Release : 480.el9
Architecture : noarch
Size : 27 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_appstream
Summary : Benchmark running times of Perl code
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The Benchmark module encapsulates a number of routines to help you figure out
: how long it takes to execute some code.