How to Install and Uninstall clinfo.x86_64 Package on CentOS Stream 9

Last updated: September 27,2024

1. Install "clinfo.x86_64" package

Please follow the guidance below to install clinfo.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install clinfo.x86_64

2. Uninstall "clinfo.x86_64" package

This guide covers the steps necessary to uninstall clinfo.x86_64 on CentOS Stream 9:

$ sudo dnf remove clinfo.x86_64 $ sudo dnf autoremove

3. Information about the clinfo.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:38:12 ago on Sat Mar 16 16:03:45 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).