How to Install and Uninstall shaderc Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "shaderc" package

This is a short guide on how to install shaderc on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install shaderc

2. Uninstall "shaderc" package

This guide covers the steps necessary to uninstall shaderc on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove shaderc $ sudo apt autoclean && sudo apt autoremove

3. Information about the shaderc package on Ubuntu 20.10 (Groovy Gorilla)

Package: shaderc
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 29895
Maintainer: John Zupin
Architecture: amd64
Version: 2019.0+175-1ubuntu18.04.1.1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Description: A collection of tools, libraries and tests for shader compilation
Shaderc wraps around core functionality in glslang and SPIRV-Tools.
At the moment it includes:
- glslc, a command line compiler for GLSL/HLSL to SPIR-V, and
- libshaderc, a library API for doing the same.
Description-md5: e5c795124ad6c7ee40573ab0f7784e6c
Homepage: https://github.com/google/shaderc