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

Last updated: June 29,2024

1. Install "python3-contourpy" package

This tutorial shows how to install python3-contourpy on Kali Linux

$ sudo apt update $ sudo apt install python3-contourpy

2. Uninstall "python3-contourpy" package

This guide let you learn how to uninstall python3-contourpy on Kali Linux:

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

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

Package: python3-contourpy
Source: contourpy (1.0.7-1)
Version: 1.0.7-1+b2
Installed-Size: 1240
Maintainer: Sandro Tosi
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-numpy, python3:any, libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 286904
SHA256: afcc631aa6762135f0f398701f89e81834f846e4c79cb754c35b6e028a3172a6
SHA1: 20b68d66ca872fa904a88e03930e3f806d75cb86
MD5sum: 4b90ebe2b13d3b9dd0e86a3449aaab74
Description: Python library for calculating contours of 2D quadrilateral grids
ContourPy is a Python library for calculating contours of 2D quadrilateral
grids. It is written in C++11 and wrapped using pybind11.
.
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.
Description-md5:
Homepage: https://contourpy.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/c/contourpy/python3-contourpy_1.0.7-1+b2_amd64.deb