How to Install and Uninstall libnlopt0 Package on Kali Linux

Last updated: May 19,2024

1. Install "libnlopt0" package

Here is a brief guide to show you how to install libnlopt0 on Kali Linux

$ sudo apt update $ sudo apt install libnlopt0

2. Uninstall "libnlopt0" package

This tutorial shows how to uninstall libnlopt0 on Kali Linux:

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

3. Information about the libnlopt0 package on Kali Linux

Package: libnlopt0
Source: nlopt (2.7.1-5)
Version: 2.7.1-5+b2
Installed-Size: 462
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.29)
Size: 173700
SHA256: 3fc767784dba07363736fb3ae6150f102eb333ebe9d45e0e3dd16f44d9363c00
SHA1: 780e5e738c42e08e2b0ceb9a5f98a4b177d9677d
MD5sum: f25ca840715e7b57c64f0bcc4a60f3ec
Description: 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:
Multi-Arch: same
Homepage: https://github.com/stevengj/nlopt
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/n/nlopt/libnlopt0_2.7.1-5+b2_amd64.deb