How to Install and Uninstall libnlopt-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libnlopt-dev" package

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

$ sudo apt update $ sudo apt install libnlopt-dev

2. Uninstall "libnlopt-dev" package

Please follow the step by step instructions below to uninstall libnlopt-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnlopt-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnlopt-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnlopt-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 647
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: nlopt
Version: 2.4.2+dfsg-2
Depends: libnlopt0 (= 2.4.2+dfsg-2)
Filename: pool/universe/n/nlopt/libnlopt-dev_2.4.2+dfsg-2_amd64.deb
Size: 174098
MD5sum: 6de89123c79da8e0db0b2f8bde77928a
SHA1: 775af997354e23f460bcda8e1079e32627698da5
SHA256: a1fdab1b275672540fc76d4c0a3dd5218de62b7d2412886b458902045f8e7255
Description-en: nonlinear optimization library -- development package
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 header files, static libraries and symbolic
links that developers using NLopt library will need.
Description-md5: 19940ab4487c5c8f41f227897338354b
Homepage: http://ab-initio.mit.edu/wiki/index.php/NLopt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu