How to Install and Uninstall rocm-runtime.x86_64 Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "rocm-runtime.x86_64" package

This guide covers the steps necessary to install rocm-runtime.x86_64 on Oracle Linux 8

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

2. Uninstall "rocm-runtime.x86_64" package

Please follow the instructions below to uninstall rocm-runtime.x86_64 on Oracle Linux 8:

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

3. Information about the rocm-runtime.x86_64 package on Oracle Linux 8

Last metadata expiration check: 5:05:05 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rocm-runtime
Version : 5.0.2
Release : 1.el8
Architecture : x86_64
Size : 476 k
Source : rocm-runtime-5.0.2-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.