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

Last updated: November 26,2024

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

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

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

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

This is a short guide on how to uninstall perl-Sort-MergeSort.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:54:33 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Sort-MergeSort
Version : 0.31
Release : 19.fc35
Architecture : noarch
Size : 17 k
Source : perl-Sort-MergeSort-0.31-19.fc35.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.