How to Install and Uninstall libnlopt0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libnlopt0" package

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

$ sudo apt update $ sudo apt install libnlopt0

2. Uninstall "libnlopt0" package

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

$ sudo apt remove libnlopt0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnlopt0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnlopt0
Priority: extra
Section: universe/devel
Installed-Size: 461
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: nlopt
Version: 2.4.2+dfsg-2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Filename: pool/universe/n/nlopt/libnlopt0_2.4.2+dfsg-2_amd64.deb
Size: 164650
MD5sum: 9e504529d4b89dec786ca6712d4a4232
SHA1: 0e9207ab2c5f230141083418696b387a5ae011ee
SHA256: 547c77d09a738c5e949600a8aeebe9f339fef076646af0abc8da711ac2ae653d
Description-en: nonlinear optimization library
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 provides the shared libraries required to run programs
compiled with NLopt. To compile your own programs you also need to
install libnlopt-dev.
Description-md5: c6a94e889582821770bbdc8e25b14047
Multi-Arch: same
Homepage: http://ab-initio.mit.edu/wiki/index.php/NLopt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu