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

Last updated: July 04,2024

1. Install "libgeogram-dev" package

This guide let you learn how to install libgeogram-dev on Kali Linux

$ sudo apt update $ sudo apt install libgeogram-dev

2. Uninstall "libgeogram-dev" package

This is a short guide on how to uninstall libgeogram-dev on Kali Linux:

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

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

Package: libgeogram-dev
Source: geogram
Version: 1.8.5-1
Installed-Size: 2646
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libgeogram1 (= 1.8.5-1), libeigen3-dev, libopenscenegraph-dev
Suggests: libgeogram-doc, geogram
Size: 298508
SHA256: ef20c5d8e6098880dd60f65a334b3376006900e5d64e5840d2ba7b8b3c099ce2
SHA1: c6bd942d596da128c6f3589536cfaf5225775473
MD5sum: f88cfa3c4a1d6b5068655988e69fae3c
Description: Programming library with geometric algorithms
Contains the main results in Geometry Processing from the former ALICE Inria
project, that is, more than 30 research articles published in ACM SIGGRAPH, ACM
Transactions on Graphics, Symposium on Geometry Processing and Eurographics.
.
Geogram includes a simple yet efficient Mesh data structure (for surfacic and
volumetric meshes), exact computer arithmetics (a-la Shewchuck, implemented in
GEO::expansion), a predicate code generator (PCK: the Predicate Construction
Kit), standard geometric predicates (orient/insphere), Delaunay triangulation,
Voronoi diagram, spatial search data structures, spatial sorting) and less
standard ones (more general geometric predicates, intersection between a
Voronoi diagram and a triangular or tetrahedral mesh embedded in n dimensions),
and semi-discrete optimal transport.
.
This package provides the development files library
Description-md5:
Multi-Arch: same
Homepage: https://github.com/BrunoLevy/geogram
Section: contrib/libdevel
Priority: optional
Filename: pool/contrib/g/geogram/libgeogram-dev_1.8.5-1_amd64.deb

5. The same packages on other Linux Distributions