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

Last updated: May 15,2024

1. Install "python-nlopt" package

This is a short guide on how to install python-nlopt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-nlopt

2. Uninstall "python-nlopt" package

This is a short guide on how to uninstall python-nlopt on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-nlopt
Priority: extra
Section: universe/python
Installed-Size: 292
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: nlopt
Version: 2.4.2+dfsg-2
Provides: python2.7-nlopt
Depends: libnlopt0 (= 2.4.2+dfsg-2), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), python-numpy (>= 1:1.8.0), python-numpy-abi9, python (>= 2.7), python (<< 2.8)
Filename: pool/universe/n/nlopt/python-nlopt_2.4.2+dfsg-2_amd64.deb
Size: 69360
MD5sum: 5b4e67f7dc8e91a8b66c123bf8d44120
SHA1: d3f23048eee67b40c7017dab220cc442b7a7121b
SHA256: 83b8be8fd2fd662d345bcc6415b1c0c559fef0b6a5a7d46186bf07ce241855be
Description-en: nonlinear optimization library -- Python bindings
NLopt is a free/open-source library for nonlinear optimization, providing
a common interface for a number of different free optimization routines
available online as well as original implementations of various other
algorithms. Its features include:
.
* Callable from C, C++, Fortran, GNU Octave, Python, GNU Guile, GNU R.
* A common interface for many different algorithms
* Support for large-scale optimization.
* Both global and local optimization algorithms.
* Algorithms using function values only (derivative-free) and also
algorithms exploiting user-supplied gradients.
* Algorithms for unconstrained optimization, bound-constrained optimization,
and general nonlinear inequality/equality constraints.
.
This package contains the Python bindings.
Description-md5: 3acac9059584ddd7f8102c9bd769beeb
Homepage: http://ab-initio.mit.edu/wiki/index.php/NLopt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu