How to Install and Uninstall opae.x86_64 Package on Fedora 34

Last updated: September 20,2024

1. Install "opae.x86_64" package

This guide let you learn how to install opae.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install opae.x86_64

2. Uninstall "opae.x86_64" package

Please follow the guidelines below to uninstall opae.x86_64 on Fedora 34:

$ sudo dnf remove opae.x86_64 $ sudo dnf autoremove

3. Information about the opae.x86_64 package on Fedora 34

Last metadata expiration check: 1:02:54 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : opae
Version : 1.4.1
Release : 12.fc34
Architecture : x86_64
Size : 91 k
Source : opae-1.4.1-12.fc34.src.rpm
Repository : fedora
Summary : Open Programmable Acceleration Engine (OPAE) SDK
URL : https://github.com/OPAE/opae-sdk
License : BSD and MIT
Description : Open Programmable Acceleration Engine (OPAE) is a software framework
: for managing and accessing programmable accelerators (FPGAs).
: Its main parts are:
:
: * OPAE Software Development Kit (OPAE SDK) (this package)
: * OPAE Linux driver for Intel(R) Xeon(R) CPU with
: Integrated FPGAs and Intel(R) PAC with Arria(R) 10 GX FPGA
: * Basic Building Block (BBB) library for accelerating AFU
:
: OPAE SDK is a collection of libraries and tools to facilitate the
: development of software applications and accelerators using OPAE.
: It provides a library implementing the OPAE C API for presenting a
: streamlined and easy-to-use interface for software applications to
: discover, access, and manage FPGA devices and accelerators using
: the OPAE software stack.