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

Last updated: April 29,2024

1. Install "python3-dmsh" package

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

$ sudo apt update $ sudo apt install python3-dmsh

2. Uninstall "python3-dmsh" package

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

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

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

Package: python3-dmsh
Source: python-dmsh
Version: 0.2.19-1
Installed-Size: 92
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3-meshplex (>= 0.16.0), python3-npx, python3-numpy, python3-scipy, python3:any
Size: 22900
SHA256: 1e464f077449330ea8b0494e61a2bb45c17e594251ee38fb63b516c0a1df9a35
SHA1: 207f86b9ac59c4e79309bb72bfc41ba921c18840
MD5sum: 602511a8981aa16e155862e3c052c8d3
Description: High-quality 2D mesh generator based on distmesh
dmsh: "The worst mesh generator you'll ever use."
.
Inspired by distmesh, dmsh is slow, requires a lot of memory, and
isn't terribly robust either.
.
On the plus side, it's got a usable interface, is pure Python (and
hence easily installable on any system), and if it works, it produces
pretty high-quality meshes.
.
Combined with optimesh, dmsh produces the highest-quality 2D meshes
in the west.
.
Example capabilities:
* Primitives
- circle, rectangle, polygon
- halfspace
* Combinations
- difference
- nonconstant edge length
- union
- intersection
* Transformations
- rotation, translation, scaling
* Local refinement
Description-md5:
Homepage: https://github.com/nschloe/dmsh
Section: python
Priority: optional
Filename: pool/main/p/python-dmsh/python3-dmsh_0.2.19-1_all.deb