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

Last updated: May 20,2024

1. Install "python3-cvxopt" package

This tutorial shows how to install python3-cvxopt on Kali Linux

$ sudo apt update $ sudo apt install python3-cvxopt

2. Uninstall "python3-cvxopt" package

Please follow the steps below to uninstall python3-cvxopt on Kali Linux:

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

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

Package: python3-cvxopt
Source: cvxopt (1.3.0+dfsg-1)
Version: 1.3.0+dfsg-1+b4
Installed-Size: 2063
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libamd3 (>= 1:7.0.1), libblas3 | libblas.so.3, libc6 (>= 2.29), libcholmod5 (>= 1:7.3.1), libdsdp-5.8gf, libfftw3-double3 (>= 3.3.10), libglpk40 (>= 4.59), libgsl27 (>= 2.7.1), liblapack3 | liblapack.so.3, libumfpack6 (>= 1:7.0.1), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Suggests: python-cvxopt-doc
Size: 289876
SHA256: df32ef447753bcdd48fc3b74ba67dae1ec655555def1b4f0580affdb890acada
SHA1: 36f33984c17364147610b293d70c1051d561dc34
MD5sum: ef8988008505b309c8f91df082210b4c
Description: Python3 package for convex optimization
CVXOPT is a Python package for convex optimization. It includes
* Python classes for storing and manipulating dense and sparse matrices
* an interface to most of the double-precision real and complex BLAS
* an interface to the dense linear equation solvers and eigenvalue
routines from LAPACK
* interfaces to the sparse LU and Cholesky solvers from UMFPACK and
CHOLMOD.
* routines for solving convex optimization problems, an interface to
the linear programming solver in GLPK, and interfaces to the
linear and quadratic programming solvers in MOSEK
* a modeling tool for specifying convex piecewise-linear
optimization problems.
.
This package contains the Python 3 module.
Description-md5:
Homepage: https://cvxopt.org/
Section: python
Priority: optional
Filename: pool/main/c/cvxopt/python3-cvxopt_1.3.0+dfsg-1+b4_amd64.deb