How To Install opae on Fedora 36

In this tutorial we learn how to install opae in Fedora 36. opae is Open Programmable Acceleration Engine (OPAE) SDK

Introduction

In this tutorial we learn how to install opae on Fedora 36.

What is opae

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.

We can use yum or dnf to install opae on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opae.

Install opae on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install opae using dnf by running the following command:

sudo dnf -y install opae

Install opae on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install opae using yum by running the following command:

sudo yum -y install opae

How To Uninstall opae on Fedora 36

To uninstall only the opae package we can use the following command:

sudo dnf remove opae

opae Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/3411fb7a0be3ac7a54340125ffe95513fd988e
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/2e6e49515b2f017291395b2ee80f3b42be3834
/usr/lib/.build-id/50
/usr/lib/.build-id/50/dbeb27f8eba09397d05c4f9b42f64acc874bc7
/usr/lib/.build-id/80
/usr/lib/.build-id/80/d1a3cf8a1baebe7648f29cb3fc96b23c28d841
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/0a353a49dcb14050727140c991ead4258bd540
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/289f679c69b38f2325a7aeb9c968f990482530
/usr/lib64/libbitstream.so.2
/usr/lib64/libbitstream.so.2.0.0
/usr/lib64/libfpgad-api.so.2
/usr/lib64/libfpgad-api.so.2.0.0
/usr/lib64/libopae-c++-nlb.so.2
/usr/lib64/libopae-c++-nlb.so.2.0.0
/usr/lib64/libopae-c++-utils.so.2
/usr/lib64/libopae-c++-utils.so.2.0.0
/usr/lib64/libopae-c.so.2
/usr/lib64/libopae-c.so.2.0.0
/usr/lib64/libopae-cxx-core.so.2
/usr/lib64/libopae-cxx-core.so.2.0.0
/usr/share/opae
/usr/share/opae/COPYING
/usr/share/opae/LICENSE
/usr/share/opae/RELEASE_NOTES.md

References

Summary

In this tutorial we learn how to install opae on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).