How to Install and Uninstall rocm-runtime.x86_64 Package on AlmaLinux 9

Last updated: October 10,2024

1. Install "rocm-runtime.x86_64" package

This is a short guide on how to install rocm-runtime.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rocm-runtime.x86_64

2. Uninstall "rocm-runtime.x86_64" package

This guide covers the steps necessary to uninstall rocm-runtime.x86_64 on AlmaLinux 9:

$ sudo dnf remove rocm-runtime.x86_64 $ sudo dnf autoremove

3. Information about the rocm-runtime.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:15:41 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rocm-runtime
Version : 5.4.4
Release : 2.el9
Architecture : x86_64
Size : 459 k
Source : rocm-runtime-5.4.4-2.el9.src.rpm
Repository : epel
Summary : ROCm Runtime Library
URL : https://github.com/RadeonOpenCompute/ROCR-Runtime
License : NCSA
Description : The ROCm Runtime Library is a thin, user-mode API that exposes the necessary
: interfaces to access and interact with graphics hardware driven by the AMDGPU
: driver set and the AMDKFD kernel driver. Together they enable programmers to
: directly harness the power of AMD discrete graphics devices by allowing host
: applications to launch compute kernels directly to the graphics hardware.