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

Last updated: May 05,2024

1. Install "python3-kiwisolver" package

Please follow the guidance below to install python3-kiwisolver on Kali Linux

$ sudo apt update $ sudo apt install python3-kiwisolver

2. Uninstall "python3-kiwisolver" package

Please follow the step by step instructions below to uninstall python3-kiwisolver on Kali Linux:

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

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

Package: python3-kiwisolver
Source: kiwisolver (1.4.4-1)
Version: 1.4.4-1+b2
Installed-Size: 362
Maintainer: Sandro Tosi
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-typing-extensions | python3-supported-min (>= 3.8), python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 80256
SHA256: 6925e90c50f9f25b4a1b18b830c46b27c5df421c144838cffe4856b770f06378
SHA1: ce5c694b65a0c48274c1807f7c6a34721ee2f3ea
MD5sum: c603623ea8aee864a1a3181a450aee5b
Description: fast implementation of the Cassowary constraint solver - Python 3.X
Kiwi is an efficient C++ implementation of the Cassowary constraint solving
algorithm. Kiwi is an implementation of the algorithm based on the seminal
Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
has been designed from the ground up to be lightweight and fast. Kiwi ranges
from 10x to 500x faster than the original Cassowary solver with typical use
cases gaining a 40x improvement. Memory savings are consistently > 5x.
.
In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.
.
This package contains the Python 3 version of kiwisolver.
Description-md5:
Homepage: https://github.com/nucleic/kiwi
Section: python
Priority: optional
Filename: pool/main/k/kiwisolver/python3-kiwisolver_1.4.4-1+b2_amd64.deb