How to Install and Uninstall python3-munkres Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-munkres" package

This tutorial shows how to install python3-munkres on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-munkres

2. Uninstall "python3-munkres" package

Please follow the guidance below to uninstall python3-munkres on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-munkres package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-munkres
Priority: optional
Section: universe/python
Installed-Size: 356
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: munkres
Version: 1.0.7-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/m/munkres/python3-munkres_1.0.7-1_all.deb
Size: 33468
MD5sum: b72743209a41c0df527bf1df369af339
SHA1: f92f3ba26bbee4de345d37063d098d89eaa640c6
SHA256: be4073b631fc345ad0966c00fd2213eec88bda07611d6d3f587b3f056cb9a9d2
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
Homepage: http://software.clapper.org/munkres/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu