How to Install and Uninstall libopenmesh-dev Package on Kali Linux

Last updated: December 24,2024

1. Install "libopenmesh-dev" package

In this section, we are going to explain the necessary steps to install libopenmesh-dev on Kali Linux

$ sudo apt update $ sudo apt install libopenmesh-dev

2. Uninstall "libopenmesh-dev" package

Please follow the guidance below to uninstall libopenmesh-dev on Kali Linux:

$ sudo apt remove libopenmesh-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libopenmesh-dev package on Kali Linux

Package: libopenmesh-dev
Source: openmesh (9.0-4)
Version: 9.0-4+b1
Installed-Size: 1960
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libopenmesh1 (= 9.0-4+b1), libeigen3-dev, libopenscenegraph-dev
Suggests: libopenmesh-doc, libopenmesh-apps
Size: 185436
SHA256: ca418cc4861f62eca38e16a731937ad2824bc9148f6c3220bebda9b3e79efb3b
SHA1: 4e38e0624c223c77ec3bd71d455a28fb40dd7ce8
MD5sum: f28bff167c5addd742e098f7b70abefb
Description: Tools for representing and manipulating polygonal meshes
OpenMesh is a generic and efficient data structure for representing and
manipulating polygonal meshes. It was designed with the following goals in
mind:
.
- Flexibility: provide a basis for many different algorithms without the need
for adaptation.
.
- Efficiency: maximize time efficiency while keeping memory usage as low as
possible.
.
- Ease of use: wrap complex internal structure in an easy-to-use interface.
.
OpenMesh provides the following features:
.
- Representation of arbitrary polygonal (the general case) and pure triangle
meshes (providing more efficient, specialized algorithms)
.
- Explicit representation of vertices, halfedges, edges and faces.
.
- Fast neighborhood access, especially the one-ring neighborhood
.
- Highly customizable
.
- Choose your coordinate type (dimension and scalar type)
- Attach user-defined elements/functions to the mesh elements.
- Attach and check for attributes
- Attach data at runtime using dynamic properties.
.
This package provides the development files library
Description-md5:
Multi-Arch: same
Homepage: http://www.openmesh.org
Section: libdevel
Priority: optional
Filename: pool/main/o/openmesh/libopenmesh-dev_9.0-4+b1_amd64.deb