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

Last updated: May 18,2024

1. Install "python3-optlang" package

Please follow the instructions below to install python3-optlang on Kali Linux

$ sudo apt update $ sudo apt install python3-optlang

2. Uninstall "python3-optlang" package

Please follow the instructions below to uninstall python3-optlang on Kali Linux:

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

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

Package: python3-optlang
Source: optlang
Version: 1.8.1-1
Installed-Size: 639
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3-six (>= 1.9), python3-swiglpk (>= 5.0.8-1~), python3-sympy, python3:any
Size: 82380
SHA256: 83d7268aa8b1b7af29353efad46527217e26d525728b3dd4c5f25829a1d525e9
SHA1: 4373a71d21d9ca7953398d30de94f350e58fe549
MD5sum: eaac407fb5e0d84397c4ef71955c6163
Description: sympy based mathematical programming language (Python 3)
Optlang is a Python package for solving mathematical optimization problems,
i.e. maximizing or minimizing an objective function over a set of variables
subject to a number of constraints. Optlang provides a common interface to a
series of optimization tools, so different solver backends can be changed in
a transparent way. Optlang's object-oriented API takes advantage of the
symbolic math library sympy to allow objective functions and constraints to
be easily formulated from symbolic expressions of variables.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://optlang.readthedocs.org/
Section: python
Priority: optional
Filename: pool/main/o/optlang/python3-optlang_1.8.1-1_all.deb