How to Install and Uninstall python-munkres Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: December 25,2024
1. Install "python-munkres" package
This is a short guide on how to install python-munkres on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-munkres
Copied
2. Uninstall "python-munkres" package
Please follow the guidance below to uninstall python-munkres on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-munkres
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-munkres package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/m/munkres/python-munkres_1.0.7-1_all.deb
Size: 33426
MD5sum: 0bac52f331078a696db49ea8e5fd30fa
SHA1: 7eaa10159f281a96ac58827e2be889db2057a855
SHA256: 62518466ff62fc6bebf329b0b2fc2b8a625f008c1f58e0bd2526707b27f13bd4
Description-en: munkres algorithm for the Assignment Problem - Python 2.x 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 2.x.
Description-md5: 37494a86aa9dd406bc485359b1f0e2d5
Homepage: http://software.clapper.org/munkres/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/m/munkres/python-munkres_1.0.7-1_all.deb
Size: 33426
MD5sum: 0bac52f331078a696db49ea8e5fd30fa
SHA1: 7eaa10159f281a96ac58827e2be889db2057a855
SHA256: 62518466ff62fc6bebf329b0b2fc2b8a625f008c1f58e0bd2526707b27f13bd4
Description-en: munkres algorithm for the Assignment Problem - Python 2.x 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 2.x.
Description-md5: 37494a86aa9dd406bc485359b1f0e2d5
Homepage: http://software.clapper.org/munkres/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu