How to Install and Uninstall libcglm0 Package on Kali Linux

Last updated: May 17,2024

1. Install "libcglm0" package

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

$ sudo apt update $ sudo apt install libcglm0

2. Uninstall "libcglm0" package

Learn how to uninstall libcglm0 on Kali Linux:

$ sudo apt remove libcglm0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcglm0 package on Kali Linux

Package: libcglm0
Source: cglm
Version: 0.9.2-1
Installed-Size: 189
Maintainer: Leon Marz
Architecture: amd64
Depends: libc6 (>= 2.27)
Size: 47936
SHA256: d0438d16a855b2911e7daf24b6ce3ddd1510270362830964e7f643ff7bd31d4b
SHA1: cebf0c5b3c87f89e93798614483f1997be3f4bf2
MD5sum: 74205609c4b2467d7db64f8054c26986
Description: Optimized OpenGL Mathematics library for C
cglm is an optimized 3D math library written in C99 (compatible with C89).
It is based on the OpenGL Shading Language (GLSL) specification and
similar to the original glm library except this library is written in C.
It uses the same header-only approach like glm but also supports
pre-compield function calls
.
This library is designed to be compatible for programming with
OpenGL/Vulkan applications. It uses a column-major layout for matrices.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/recp/cglm
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/c/cglm/libcglm0_0.9.2-1_amd64.deb