How to Install and Uninstall shaderc Package on openSUSE Leap

Last updated: July 03,2024

1. Install "shaderc" package

This tutorial shows how to install shaderc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install shaderc

2. Uninstall "shaderc" package

Here is a brief guide to show you how to uninstall shaderc on openSUSE Leap:

$ sudo zypper remove shaderc

3. Information about the shaderc package on openSUSE Leap

Information for package shaderc:
--------------------------------
Repository : Main Repository
Name : shaderc
Version : 2019.1-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 189.7 KiB
Installed : No
Status : not installed
Source package : shaderc-2019.1-1.26.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.
At the moment, 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.