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

Last updated: July 07,2024

1. Install "python310-contourpy" package

Please follow the instructions below to install python310-contourpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-contourpy

2. Uninstall "python310-contourpy" package

Please follow the guidelines below to uninstall python310-contourpy on openSuSE Tumbleweed:

$ sudo zypper remove python310-contourpy

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

Information for package python310-contourpy:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-contourpy
Version : 1.0.7-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 619.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.