How to Install and Uninstall python3-nlopt Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-nlopt" package

Please follow the step by step instructions below to install python3-nlopt on Kali Linux

$ sudo apt update $ sudo apt install python3-nlopt

2. Uninstall "python3-nlopt" package

Learn how to uninstall python3-nlopt on Kali Linux:

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

3. Information about the python3-nlopt package on Kali Linux

Package: python3-nlopt
Source: nlopt (2.7.1-5)
Version: 2.7.1-5+b2
Installed-Size: 501
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libnlopt-cxx0 (= 2.7.1-5+b2), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 94508
SHA256: cde300cfd8a7f0d87fc22da1500dd1d4f4ea5b44800e40967026f75651f8ac9f
SHA1: 2d673dd50e65fda35a1893f683c5860f8d7caa25
MD5sum: 7b910048ff37aa1582d7b25376ba3c88
Description: nonlinear optimization library -- Python 3 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 3 bindings.
Description-md5:
Homepage: https://github.com/stevengj/nlopt
Section: python
Priority: optional
Filename: pool/main/n/nlopt/python3-nlopt_2.7.1-5+b2_amd64.deb