How to Install and Uninstall python3-kiwisolver Package on openSUSE Leap

Last updated: April 30,2024

1. Install "python3-kiwisolver" package

Please follow the steps below to install python3-kiwisolver on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-kiwisolver

2. Uninstall "python3-kiwisolver" package

In this section, we are going to explain the necessary steps to uninstall python3-kiwisolver on openSUSE Leap:

$ sudo zypper remove python3-kiwisolver

3. Information about the python3-kiwisolver package on openSUSE Leap

Information for package python3-kiwisolver:
-------------------------------------------
Repository : Main Repository
Name : python3-kiwisolver
Version : 1.2.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 233.7 KiB
Installed : No
Status : not installed
Source package : python-kiwisolver-1.2.0-bp155.2.13.src
Upstream URL : https://github.com/nucleic/kiwi
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.