How to Install and Uninstall rocm-runtime.x86_64 Package on CentOS Stream 8

Last updated: July 04,2024

1. Install "rocm-runtime.x86_64" package

Please follow the guidelines below to install rocm-runtime.x86_64 on CentOS Stream 8

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

2. Uninstall "rocm-runtime.x86_64" package

In this section, we are going to explain the necessary steps to uninstall rocm-runtime.x86_64 on CentOS Stream 8:

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

3. Information about the rocm-runtime.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:39:48 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rocm-runtime
Version : 5.2.3
Release : 1.el8
Architecture : x86_64
Size : 473 k
Source : rocm-runtime-5.2.3-1.el8.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.