How to Install and Uninstall spirv-tools.src Package on Oracle Linux 9

Last updated: April 29,2024

1. Install "spirv-tools.src" package

Please follow the guidelines below to install spirv-tools.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install spirv-tools.src

2. Uninstall "spirv-tools.src" package

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

$ sudo dnf remove spirv-tools.src $ sudo dnf autoremove

3. Information about the spirv-tools.src package on Oracle Linux 9

Last metadata expiration check: 3:31:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : spirv-tools
Version : 2023.1
Release : 3.el9
Architecture : src
Size : 3.0 M
Source : None
Repository : ol9_appstream
Summary : API and commands for processing SPIR-V modules
URL : https://github.com/KhronosGroup/SPIRV-Tools
License : ASL 2.0
Description : The package includes an assembler, binary module parser,
: disassembler, and validator for SPIR-V..