How to Install and Uninstall glslc Package on Kali Linux

Last updated: May 20,2024

1. Install "glslc" package

Learn how to install glslc on Kali Linux

$ sudo apt update $ sudo apt install glslc

2. Uninstall "glslc" package

Here is a brief guide to show you how to uninstall glslc on Kali Linux:

$ sudo apt remove glslc $ sudo apt autoclean && sudo apt autoremove

3. Information about the glslc package on Kali Linux

Package: glslc
Source: shaderc
Version: 2023.2-1
Installed-Size: 2482
Maintainer: Philippe SWARTVAGHER
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libshaderc1 (>= 2022.2-1), libstdc++6 (>= 11)
Size: 773224
SHA256: 99b4e72225913c7aa26e3ecd0321f22679389625629a72a8398b675d5898f0e2
SHA1: b5626c63e4574aa9cc710c4937bc71d65c33a618
MD5sum: 2a896900f30e0798a03a4a2f48ccfd70
Description: Command line compiler for GLSL/HLSL to SPIR-V
glslc wraps around core functionality in glslang and SPIRV-Tools. glslc and
its library aims to provide:
- a command line compiler with GCC- and Clang-like usage, for better
integration with build systems;
- an API where functionality can be added without breaking existing clients;
- an API supporting standard concurrency patterns across multiple operating
systems;
- increased functionality such as file #include support.
.
This package contains the glslc binary.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/google/shaderc/
Section: libdevel
Priority: optional
Filename: pool/main/s/shaderc/glslc_2023.2-1_amd64.deb