How to Install and Uninstall libclc.i686 Package on Fedora 34

Last updated: May 23,2024

1. Install "libclc.i686" package

Please follow the step by step instructions below to install libclc.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libclc.i686

2. Uninstall "libclc.i686" package

This tutorial shows how to uninstall libclc.i686 on Fedora 34:

$ sudo dnf remove libclc.i686 $ sudo dnf autoremove

3. Information about the libclc.i686 package on Fedora 34

Last metadata expiration check: 0:39:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libclc
Version : 12.0.1
Release : 2.fc34
Architecture : i686
Size : 10 M
Source : libclc-12.0.1-2.fc34.src.rpm
Repository : updates
Summary : An open source implementation of the OpenCL 1.1 library requirements
URL : https://libclc.llvm.org
License : BSD
Description : libclc is an open source, BSD licensed implementation of the library
: requirements of the OpenCL C programming language, as specified by the
: OpenCL 1.1 Specification. The following sections of the specification
: impose library requirements:
:
: * 6.1: Supported Data Types
: * 6.2.3: Explicit Conversions
: * 6.2.4.2: Reinterpreting Types Using as_type() and as_typen()
: * 6.9: Preprocessor Directives and Macros
: * 6.11: Built-in Functions
: * 9.3: Double Precision Floating-Point
: * 9.4: 64-bit Atomics
: * 9.5: Writing to 3D image memory objects
: * 9.6: Half Precision Floating-Point
:
: libclc is intended to be used with the Clang compiler's OpenCL frontend.
:
: libclc is designed to be portable and extensible. To this end, it provides
: generic implementations of most library requirements, allowing the target
: to override the generic implementation at the granularity of individual
: functions.
:
: libclc currently only supports the PTX target, but support for more
: targets is welcome.