How to Install and Uninstall python3-munkres Package on Kali Linux

Last updated: November 24,2024

1. Install "python3-munkres" package

This guide let you learn how to install python3-munkres on Kali Linux

$ sudo apt update $ sudo apt install python3-munkres

2. Uninstall "python3-munkres" package

Please follow the step by step instructions below to uninstall python3-munkres on Kali Linux:

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

3. Information about the python3-munkres package on Kali Linux

Package: python3-munkres
Source: munkres
Version: 1.1.4-3
Installed-Size: 41
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 11540
SHA256: 2134cc75f98b2a8e00818e94166c4ce6c132182dc5d64992458227f0ff4941b3
SHA1: 3a6a8cb86c70b6a98133b7cb931e3bfd27c919b5
MD5sum: f248bf4f5a9c05538d9e4766523200e0
Description: 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:
Homepage: https://software.clapper.org/munkres/
Section: python
Priority: optional
Filename: pool/main/m/munkres/python3-munkres_1.1.4-3_all.deb