How To Install papi-libs on Fedora 36

In this tutorial we learn how to install papi-libs in Fedora 36. papi-libs is Libraries for PAPI clients

Introduction

In this tutorial we learn how to install papi-libs on Fedora 36.

What is papi-libs

This package contains the run-time libraries for any application that wishes to use PAPI.

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

Install papi-libs 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 papi-libs using dnf by running the following command:

sudo dnf -y install papi-libs

Install papi-libs 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 papi-libs using yum by running the following command:

sudo yum -y install papi-libs

How To Uninstall papi-libs on Fedora 36

To uninstall only the papi-libs package we can use the following command:

sudo dnf remove papi-libs

papi-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8a/8cca543000beca5f652d279ff042b4d08492a3
/usr/lib/libpapi.so.6.0
/usr/lib/libpapi.so.6.0.0.0
/usr/share/doc/papi-libs
/usr/share/doc/papi-libs/INSTALL.txt
/usr/share/doc/papi-libs/LICENSE.txt
/usr/share/doc/papi-libs/README.md
/usr/share/doc/papi-libs/RELEASENOTES.txt

References

Summary

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


title: “How To Install papi-libs on Fedora 36” linkTitle: “papi-libs” type: “docs” description: “In this tutorial we learn how to install papi-libs in Fedora 36. papi-libs is Libraries for PAPI clients” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/papi-libs-featured.png

Introduction

In this tutorial we learn how to install papi-libs on Fedora 36.

What is papi-libs

This package contains the run-time libraries for any application that wishes to use PAPI.

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

Install papi-libs 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 papi-libs using dnf by running the following command:

sudo dnf -y install papi-libs

Install papi-libs 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 papi-libs using yum by running the following command:

sudo yum -y install papi-libs

How To Uninstall papi-libs on Fedora 36

To uninstall only the papi-libs package we can use the following command:

sudo dnf remove papi-libs

papi-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/75b7d0d1dab2b7fec5a559f879e4e109d55a7f
/usr/lib64/libpapi.so.6.0
/usr/lib64/libpapi.so.6.0.0.0
/usr/share/doc/papi-libs
/usr/share/doc/papi-libs/INSTALL.txt
/usr/share/doc/papi-libs/LICENSE.txt
/usr/share/doc/papi-libs/README.md
/usr/share/doc/papi-libs/RELEASENOTES.txt

References

Summary

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