How to Install and Uninstall spirv-cross Package on Kali Linux

Last updated: April 27,2024

1. Install "spirv-cross" package

Here is a brief guide to show you how to install spirv-cross on Kali Linux

$ sudo apt update $ sudo apt install spirv-cross

2. Uninstall "spirv-cross" package

Here is a brief guide to show you how to uninstall spirv-cross on Kali Linux:

$ sudo apt remove spirv-cross $ sudo apt autoclean && sudo apt autoremove

3. Information about the spirv-cross package on Kali Linux

Package: spirv-cross
Source: spirv-cross (2021.01.15+1.3.239.0-1)
Version: 2021.01.15+1.3.239.0-1+b1
Installed-Size: 3035
Maintainer: Debian X Strike Force
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 875136
SHA256: 39050facbe62aeb6a1eebd59992ff2b5e8b6b2bc655821faa7f676beb9acef03
SHA1: b0b566d9f3021c74149053b62b5b6cd1a75164b6
MD5sum: 3eca2bb57dbf63935bd4a66a42bdef5b
Description: Convert SPIR-V to other shader languages (CLI tool)
SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other
shader languages:
* Convert SPIR-V to readable, usable and efficient GLSL
* Convert SPIR-V to readable, usable and efficient MSL
* Convert SPIR-V to readable, usable and efficient HLSL
* Reflection API to simplify the creation of Vulkan pipeline layouts
* Reflection API to modify and tweak OpDecorations
* Supports "all" of vertex, fragment, tessellation, geometry and
compute shaders
.
This package provides the CLI tool.
Description-md5:
Homepage: https://github.com/KhronosGroup/SPIRV-Cross
Section: utils
Priority: optional
Filename: pool/main/s/spirv-cross/spirv-cross_2021.01.15+1.3.239.0-1+b1_amd64.deb