How to Install and Uninstall shaderc Package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Last updated: May 15,2024

1. Install "shaderc" package

In this section, we are going to explain the necessary steps to install shaderc on Ubuntu 22.04 LTS (Jammy Jellyfish)

$ sudo apt update $ sudo apt install shaderc

2. Uninstall "shaderc" package

Please follow the steps below to uninstall shaderc on Ubuntu 22.04 LTS (Jammy Jellyfish):

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

3. Information about the shaderc package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Package: shaderc
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 29984
Maintainer: Doug McMahon
Architecture: amd64
Version: 2019.1-1~focal
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
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