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

Last updated: December 23,2024

1. Install "python3-isosurfaces" package

Please follow the instructions below to install python3-isosurfaces on Kali Linux

$ sudo apt update $ sudo apt install python3-isosurfaces

2. Uninstall "python3-isosurfaces" package

Please follow the guidance below to uninstall python3-isosurfaces on Kali Linux:

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

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

Package: python3-isosurfaces
Source: python-isosurfaces
Version: 0.1.1-1
Installed-Size: 524
Maintainer: Debian Math Team
Architecture: all
Depends: python3-numpy, python3:any
Size: 42400
SHA256: 6cf12dd0e6b71887cdccdfddba3a0dcd187edd75c87c9f70f534c5b8919b460c
SHA1: 75b345202ad379a568d47c7a84b93b82e0d39f94
MD5sum: 4518488b649c436fdb596730166ee5b7
Description: Compute isolines/isosurfaces of scalar fields
Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function,
i.e. curves over which `f(x,y)=0` or surfaces over which `f(x,y,z)=0`. Most
similar libraries use marching squares or similar over a uniform grid, but
this uses a quadtree to avoid wasting time sampling many far from the implicit
surface.
.
This package installs the Python 3 module.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jared-hughes/isosurfaces
Section: python
Priority: optional
Filename: pool/main/p/python-isosurfaces/python3-isosurfaces_0.1.1-1_all.deb