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

Last updated: May 19,2024

1. Install "perl-Sort-MergeSort.noarch" package

Please follow the instructions below to install perl-Sort-MergeSort.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Sort-MergeSort.noarch

2. Uninstall "perl-Sort-MergeSort.noarch" package

Learn how to uninstall perl-Sort-MergeSort.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Sort-MergeSort.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:50:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Sort-MergeSort
Version : 0.31
Release : 20.el9
Architecture : noarch
Size : 17 k
Source : perl-Sort-MergeSort-0.31-20.el9.src.rpm
Repository : epel
Summary : Merge pre-sorted input streams
URL : https://metacpan.org/release/Sort-MergeSort
License : (Artistic 2.0 or LGPLv2) and (GPL+ or Artistic)
Description : Given a comparison function and a bunch of iterators that produce data that
: is already sorted, mergesort() will provide an iterator that produces
: sorted and merged data from all of the input iterators.