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

Last updated: May 10,2024

1. Install "libglm-dev" package

This guide covers the steps necessary to install libglm-dev on Kali Linux

$ sudo apt update $ sudo apt install libglm-dev

2. Uninstall "libglm-dev" package

Please follow the instructions below to uninstall libglm-dev on Kali Linux:

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

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

Package: libglm-dev
Source: glm
Version: 0.9.9.8+ds-7
Installed-Size: 2260
Maintainer: Debian Science Maintainers
Architecture: all
Size: 183204
SHA256: dfcd7c65e0affd3356d75daec92739dc18eec0ef749188afabf96991cf8759d3
SHA1: 0aa19403ee2c7769e615a0b8fac5e98a9866c6bf
MD5sum: cd34b2dd71fdffda65f68fbea10c7520
Description: C++ library for OpenGL GLSL type-based mathematics
OpenGL Mathematics (GLM) is a header only C++ mathematics library
for graphics software based on the OpenGL Shading Language (GLSL)
specification.
.
GLM provides classes and functions designed and implemented with the
same naming conventions and functionality than GLSL so that anyone who
knows GLSL, can use GLM as well in C++.
.
This project isn't limited to GLSL features. An extension system, based
on the GLSL extension conventions, provides extended capabilities: matrix
transformations, quaternions, data packing, random numbers, noise, etc...
.
This library works perfectly with OpenGL but it also ensures
interoperability with other third party libraries and SDK. It is a
good candidate for software rendering (raytracing / rasterisation),
image processing, physics simulations and any development context that
requires a simple and convenient mathematics library.
Description-md5:
Multi-Arch: foreign
Homepage: https://glm.g-truc.net/
Tag: devel::lang:c++, devel::library, field::mathematics,
implemented-in::c++, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/glm/libglm-dev_0.9.9.8+ds-7_all.deb