How to Install and Uninstall clinfo.x86_64 Package on AlmaLinux 9

Last updated: October 01,2024

1. Install "clinfo.x86_64" package

Please follow the step by step instructions below to install clinfo.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install clinfo.x86_64

2. Uninstall "clinfo.x86_64" package

Please follow the guidance below to uninstall clinfo.x86_64 on AlmaLinux 9:

$ sudo dnf remove clinfo.x86_64 $ sudo dnf autoremove

3. Information about the clinfo.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:50:37 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : clinfo
Version : 3.0.21.02.21
Release : 4.el9
Architecture : x86_64
Size : 61 k
Source : clinfo-3.0.21.02.21-4.el9.src.rpm
Repository : epel
Summary : Enumerate OpenCL platforms and devices
URL : https://github.com/Oblomov/clinfo
License : CC0
Description : A simple OpenCL application that enumerates all possible platform and
: device properties. Inspired by AMD's program of the same name, it is
: coded in pure C99 and it tries to output all possible information,
: including that provided by platform-specific extensions, and not to
: crash on platform-unsupported properties (e.g. 1.2 properties on 1.1
: platforms).