How to Install and Uninstall spirv-cross Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "spirv-cross" package

Please follow the instructions below to install spirv-cross on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install spirv-cross

2. Uninstall "spirv-cross" package

This is a short guide on how to uninstall spirv-cross on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the spirv-cross package on Ubuntu 20.10 (Groovy Gorilla)

Package: spirv-cross
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 7117
Maintainer: John Zupin
Architecture: amd64
Version: 2020.01.16-1ubuntu18.04.1.1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Description: A tool for cross-compiling SPIR-V to other shader formats
SPIRV-Cross is a tool designed for parsing and converting SPIR-V to other
shader languages.
.
FEATURES:
- Convert SPIR-V to readable, usable and efficient GLSL
- Convert SPIR-V to readable, usable and efficient Metal Shading Language (MSL) [EXPERIMENTAL]
- Convert SPIR-V to readable, usable and efficient HLSL [EXPERIMENTAL]
- Convert SPIR-V to debuggable C++ [EXPERIMENTAL]
- 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.
Description-md5: 19cf38bc8e2bf19512ebc204a011d8a7
Homepage: https://github.com/KhronosGroup/SPIRV-Cross