How to Install and Uninstall python312-contourpy Package on openSuSE Tumbleweed

Last updated: December 26,2024

1. Install "python312-contourpy" package

Please follow the step by step instructions below to install python312-contourpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-contourpy

2. Uninstall "python312-contourpy" package

Please follow the step by step instructions below to uninstall python312-contourpy on openSuSE Tumbleweed:

$ sudo zypper remove python312-contourpy

3. Information about the python312-contourpy package on openSuSE Tumbleweed

Information for package python312-contourpy:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-contourpy
Version : 1.0.7-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 648.1 KiB
Installed : No
Status : not installed
Source package : python-contourpy-1.0.7-1.7.src
Upstream URL : https://github.com/contourpy/contourpy
Summary : Python library for calculating contours of 2D quadrilateral grids
Description :
A Python library for calculating contours of 2D quadrilateral grids
It contains the 2005 and 2014 algorithms used in Matplotlib as well
as a newer algorithm that includes more features and is available
in both serial and multithreaded versions. It provides an easy way
for Python libraries to use contouring algorithms without having
to include Matplotlib as a dependency.