How to Install and Uninstall shaderc Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "shaderc" package

Please follow the steps below to install shaderc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install shaderc

2. Uninstall "shaderc" package

Learn how to uninstall shaderc on openSuSE Tumbleweed:

$ sudo zypper remove shaderc

3. Information about the shaderc package on openSuSE Tumbleweed

Information for package shaderc:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : shaderc
Version : 2023.8-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 173.7 KiB
Installed : No
Status : not installed
Source package : shaderc-2023.8-1.2.src
Upstream URL : https://github.com/google/shaderc
Summary : A collection of tools, libraries and tests for shader compilation
Description :
A collection of tools, libraries and tests for shader compilation.
Included are:
* glslc, a command line compiler for GLSL/HLSL to SPIR-V, and
* libshaderc, a library API for doing the same.
Shaderc wraps around core functionality in glslang and SPIRV-Tools.