How to Install and Uninstall python36-kiwisolver Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "python36-kiwisolver" package

Please follow the steps below to install python36-kiwisolver on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-kiwisolver

2. Uninstall "python36-kiwisolver" package

Please follow the guidance below to uninstall python36-kiwisolver on openSuSE Tumbleweed:

$ sudo zypper remove python36-kiwisolver

3. Information about the python36-kiwisolver package on openSuSE Tumbleweed

Information for package python36-kiwisolver:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-kiwisolver
Version : 1.3.1-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 131,3 KiB
Installed : No
Status : not installed
Source package : python-kiwisolver-1.3.1-1.7.src
Summary : An implementation of the Cassowary constraint solver
Description :
Kiwi is a C++ implementation of the Cassowary constraint solving
algorithm. Kiwi is an implementation of the algorithm based on the
seminal Cassowary paper, but it is not a refactoring of the original
C++ solver. Kiwi ranges from 10x to 500x faster processing than the
original Cassowary solver with the same input set, 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.