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

Last updated: November 28,2024

1. Install "opae.x86_64" package

Here is a brief guide to show you how to install opae.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install opae.x86_64

2. Uninstall "opae.x86_64" package

Here is a brief guide to show you how to uninstall opae.x86_64 on Fedora 38:

$ sudo dnf remove opae.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:59:34 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : opae
Version : 2.2.0
Release : 1.1.fc38
Architecture : x86_64
Size : 739 k
Source : opae-2.2.0-1.1.fc38.src.rpm
Repository : fedora
Summary : Open Programmable Acceleration Engine (OPAE) SDK
URL : https://github.com/OPAE/opae-sdk
License : BSD
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) PAC with Arria(R) 10 GX FPGA
: * Intel(R) PAC N6000/D5005, Silicom FPGA SmartNIC N5010 Series,
: * Intel FPGA Programmable Acceleration Card N6000
:
: 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.