How to Install and Uninstall beignet.src Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "beignet.src" package

Please follow the guidelines below to install beignet.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install beignet.src

2. Uninstall "beignet.src" package

This is a short guide on how to uninstall beignet.src on Oracle Linux 8:

$ sudo dnf remove beignet.src $ sudo dnf autoremove

3. Information about the beignet.src package on Oracle Linux 8

Last metadata expiration check: 7:07:03 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : beignet
Version : 1.3.2
Release : 4.el8
Architecture : src
Size : 1.1 M
Source : None
Repository : ol8_appstream
Summary : Open source implementation of the OpenCL for Intel GPUs
URL : https://01.org/beignet/
License : LGPLv2+
Description : Beignet is an open source implementation of the OpenCL specification - a generic
: compute oriented API. This code base contains the code to run OpenCL programs
: on Intel GPUs which basically defines and implements the OpenCL host functions
: required to initialize the device, create the command queues, the kernels and
: the programs and run them on the GPU.