How to Install and Uninstall lp-solve Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 10,2024

1. Install "lp-solve" package

This tutorial shows how to install lp-solve on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lp-solve

2. Uninstall "lp-solve" package

In this section, we are going to explain the necessary steps to uninstall lp-solve on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove lp-solve $ sudo apt autoclean && sudo apt autoremove

3. Information about the lp-solve package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lp-solve
Priority: optional
Section: math
Installed-Size: 655
Maintainer: Ubuntu Developers
Original-Maintainer: Juan Esteban Monsalve Tobon
Architecture: amd64
Version: 5.5.0.13-7build2
Depends: libc6 (>= 2.14), libcolamd2.9.1
Filename: pool/main/l/lp-solve/lp-solve_5.5.0.13-7build2_amd64.deb
Size: 277110
MD5sum: 4c442b0bfd07da70b6cd289dc5b5014f
SHA1: eeb467872d4600f89a310e616ac1b2d2cb101a5b
SHA256: 8377157d624f51680d5659c6c7cfe9f2275d40c6a43ffe224a2303c64b3673f5
Description-en: Solve (mixed integer) linear programming problems
The linear programming (LP) problem can be formulated as: Solve A.x >=
V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative)
variables, V1 is a vector called the right hand side, and V2 is a vector
specifying the objective function.
.
An integer linear programming (ILP) problem is an LP with the
constraint that all the variables are integers. In a mixed integer
linear programming (MILP) problem, some of the variables are integer
and others are real.
.
The program lp_solve solves LP, ILP, and MILP problems. It is slightly
more general than suggested above, in that every row of A (specifying
one constraint) can have its own (in)equality, <=, >= or =. The result
specifies values for all variables.
.
lp_solve uses the 'Simplex' algorithm and sparse matrix methods for
pure LP problems. If one or more of the variables is declared
integer, the Simplex algorithm is iterated with a branch and bound
algorithm, until the desired optimal solution is found. lp_solve can
read MPS format input files.
.
Homepage http://www.geocities.com/lpsolve/
Description-md5: bc9fbd53b2b145f26b30729410336710
Homepage: http://lpsolve.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, ubuntustudio-desktop, ubuntu-gnome-desktop, ubuntukylin-desktop, ubuntu-mate-desktop, ubuntu-mate-cloudtop