How to Install and Uninstall python3-munkres Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-munkres" package

This is a short guide on how to install python3-munkres on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-munkres

2. Uninstall "python3-munkres" package

This is a short guide on how to uninstall python3-munkres on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-munkres $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-munkres package on Ubuntu 21.10 (Impish Indri)

Package: python3-munkres
Architecture: all
Version: 1.1.4-2
Priority: optional
Section: universe/python
Source: munkres
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 39
Depends: python3:any
Filename: pool/universe/m/munkres/python3-munkres_1.1.4-2_all.deb
Size: 9152
MD5sum: 182f63e2f4dcf10b0e058320f20be200
SHA1: 69963e40544b9639e9553ca10e5d8344beb6a457
SHA256: 64ff2100954cf0943bd4aedc1b076379a0ed949296fae5b6d53c873deb65e69c
SHA512: c30f581025d9812a9da4ba62f2e58b163352127bdf96e019808b49785fef4ad0bacc73c655429745cdaf33fb552db672a23b3234a3f60a38b24cb6b15bd4999b
Homepage: https://software.clapper.org/munkres/
Description-en: munkres algorithm for the Assignment Problem - Python 3 library
The Munkres module provides an implementation of the Munkres algorithm (also
called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for
solving the Assignment Problem.
.
The Assignment Problem:
Let C be an nxn matrix representing the costs of each of n workers to perform
any of n jobs. The Assignment Problem is to assign jobs to workers in a way
that minimizes the total cost.
.
This package contains the munkres module for Python 3.x.
Description-md5: 34a86bd9ea5cb48579586f81f5131da0