How to Install and Uninstall perl-Sort-MergeSort.noarch Package on Fedora 36

Last updated: January 11,2025

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

Please follow the step by step instructions below to install perl-Sort-MergeSort.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Sort-MergeSort.noarch on Fedora 36:

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

3. Information about the perl-Sort-MergeSort.noarch package on Fedora 36

Last metadata expiration check: 1:05:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Sort-MergeSort
Version : 0.31
Release : 20.fc36
Architecture : noarch
Size : 17 k
Source : perl-Sort-MergeSort-0.31-20.fc36.src.rpm
Repository : fedora
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.