How to Install and Uninstall python3-munkres.noarch Package on Fedora 35

Last updated: July 04,2024

1. Install "python3-munkres.noarch" package

Please follow the guidelines below to install python3-munkres.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-munkres.noarch

2. Uninstall "python3-munkres.noarch" package

Please follow the instructions below to uninstall python3-munkres.noarch on Fedora 35:

$ sudo dnf remove python3-munkres.noarch $ sudo dnf autoremove

3. Information about the python3-munkres.noarch package on Fedora 35

Last metadata expiration check: 5:49:32 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-munkres
Version : 1.1.2
Release : 10.fc35
Architecture : noarch
Size : 23 k
Source : python-munkres-1.1.2-10.fc35.src.rpm
Repository : fedora
Summary : A Munkres algorithm for Python
URL : http://software.clapper.org/munkres/
License : ASL 2.0
Description : The Munkres module provides an implementation of the Munkres algorithm (also
: called the Hungarian algorithm or the Kuhn-Munkres algorithm). The algorithm
: models an assignment problem as an NxM cost matrix, where each element
: represents the cost of assigning the ith worker to the jth job, and it figures
: out the least-cost solution, choosing a single item from each row and column in
: the matrix, such that no row and no column are used more than once.