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

Last updated: July 05,2024

1. Install "python3-gmsh" package

Please follow the steps below to install python3-gmsh on Kali Linux

$ sudo apt update $ sudo apt install python3-gmsh

2. Uninstall "python3-gmsh" package

Please follow the steps below to uninstall python3-gmsh on Kali Linux:

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

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

Package: python3-gmsh
Source: gmsh
Version: 4.12.1+ds1-1
Installed-Size: 445
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3, libgmsh4.12 (>= 4.12.1+ds1-1)
Recommends: gmsh
Size: 71112
SHA256: b4701394728b218d5e025b4fe6b0f777048a696df1f116b44daed770bd0254f6
SHA1: cac9f811d21f764c5438855eb8c400849370e748
MD5sum: da880eabae496224213c9ebc4e303dd2
Description: Three-dimensional finite element mesh generator Python 3 wrapper
Gmsh is a 3D finite element grid generator with a build-in CAD engine
and post-processor. Its design goal is to provide a fast, light and
user-friendly meshing tool with parametric input and advanced
visualization capabilities. Gmsh is built around four modules: geometry,
mesh, solver and post-processing. The specification of any input to
these modules is done either interactively using the graphical user
interface or in ASCII text files using Gmsh's own scripting language.
.
See Gmsh's reference manual for a more thorough overview of Gmsh's
capabilities.
.
This package contains the Python 3 wrapper for gmsh.
Description-md5:
Homepage: https://gmsh.info
Section: python
Priority: optional
Filename: pool/main/g/gmsh/python3-gmsh_4.12.1+ds1-1_all.deb