How to Install and Uninstall python-glpk Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-glpk" package

This guide let you learn how to install python-glpk on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-glpk

2. Uninstall "python-glpk" package

Please follow the guidelines below to uninstall python-glpk on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-glpk $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-glpk package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-glpk
Priority: optional
Section: universe/math
Installed-Size: 470
Maintainer: Ubuntu Developers
Original-Maintainer: Joao Pedro Pedroso
Architecture: amd64
Version: 0.4.52-1.1
Provides: python2.7-glpk
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), libc6 (>= 2.14), libglpk36 (>= 4.51), python-ply (>= 3.4)
Filename: pool/universe/p/python-glpk/python-glpk_0.4.52-1.1_amd64.deb
Size: 69292
MD5sum: 24240a77f1289d05add2de1519cbbf7d
SHA1: ee197da94daff18e58e98b173894ec685d680f01
SHA256: ad736fdef446d5b371564b0cd1af34ac7f401194f42fbc9847c79c04489d80df
Description-en: Python bindings to the GNU Linear Programming Kit
GLPK (GNU Linear Programming Kit) is intended for solving large-scale
linear programming (LP), mixed integer programming (MIP), and other
related problems. It is a set of routines written in ANSI C and
organized in the form of a callable library.
.
GLPK supports the GNU MathProg language, which is a subset of the
AMPL language. GLPK also supports the standard MPS and LP formats.
.
This is the Python bindings to GLPK.
Description-md5: 74fe0442b33ff1afc8a839dfcfeac17f
Homepage: http://www.dcc.fc.up.pt/~jpp/code/python-glpk
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu