How to Install and Uninstall shaderc.src Package on Oracle Linux 9

Last updated: January 15,2025

1. Install "shaderc.src" package

Please follow the instructions below to install shaderc.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install shaderc.src

2. Uninstall "shaderc.src" package

Please follow the step by step instructions below to uninstall shaderc.src on Oracle Linux 9:

$ sudo dnf remove shaderc.src $ sudo dnf autoremove

3. Information about the shaderc.src package on Oracle Linux 9

Last metadata expiration check: 2:31:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : shaderc
Version : 2023.4
Release : 1.el9
Architecture : src
Size : 237 k
Source : None
Repository : ol9_appstream
Summary : A collection of tools, libraries, and tests for Vulkan shader compilation
URL : https://github.com/google/shaderc
License : ASL 2.0
Description : A collection of tools, libraries and tests for shader compilation.
:
: Shaderc aims to to provide:
: - a command line compiler with GCC- and Clang-like usage, for better
: integration with build systems
: - an API where functionality can be added without breaking existing clients
: - an API supporting standard concurrency patterns across multiple
: operating systems
: - increased functionality such as file #include support