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

Last updated: October 08,2024

1. Install "clinfo.x86_64" package

Please follow the step by step instructions below to install clinfo.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install clinfo.x86_64

2. Uninstall "clinfo.x86_64" package

Please follow the steps below to uninstall clinfo.x86_64 on CentOS Stream 8:

$ sudo dnf remove clinfo.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:31:05 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : clinfo
Version : 3.0.21.02.21
Release : 4.el8
Architecture : x86_64
Size : 66 k
Source : clinfo-3.0.21.02.21-4.el8.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).