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

Last updated: October 04,2024

1. Install "octave-nlopt" package

In this section, we are going to explain the necessary steps to install octave-nlopt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install octave-nlopt

2. Uninstall "octave-nlopt" package

Learn how to uninstall octave-nlopt on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: octave-nlopt
Priority: extra
Section: universe/devel
Installed-Size: 176
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), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liboctave3, libstdc++6 (>= 4.1.1)
Filename: pool/universe/n/nlopt/octave-nlopt_2.4.2+dfsg-2_amd64.deb
Size: 34116
MD5sum: 23bf4e4c875e4de2c2fa4c0c6fc20b37
SHA1: 4826f1bccffd58d67ded36ef31476b0d8afb95d7
SHA256: cc74ca44e5c38696fe02e9238d84270ab70a6bad0aec1a49bfab46182f0ec605
Description-en: nonlinear optimization library -- GNU Octave 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 module for the GNU Octave.
Description-md5: 7e1bbf23c1724dc0b1d4abe8be838080
Homepage: http://ab-initio.mit.edu/wiki/index.php/NLopt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu