How to Install and Uninstall clinfo Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "clinfo" package

This guide let you learn how to install clinfo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install clinfo

2. Uninstall "clinfo" package

This guide covers the steps necessary to uninstall clinfo on openSuSE Tumbleweed:

$ sudo zypper remove clinfo

3. Information about the clinfo package on openSuSE Tumbleweed

Information for package clinfo:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : clinfo
Version : 3.0.23.01.25-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 162.3 KiB
Installed : No
Status : not installed
Source package : clinfo-3.0.23.01.25-1.5.src
Upstream URL : https://github.com/Oblomov/clinfo/
Summary : Utility that reports status information for all installed OpenCL ICDs
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).