How To Install libipt on Fedora 36

In this tutorial we learn how to install libipt in Fedora 36. libipt is Intel Processor Trace Decoder Library

Introduction

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

What is libipt

The Intel Processor Trace (Intel PT) Decoder Library is Intel’s reference implementation for decoding Intel PT. It can be used as a standalone library or it can be partially or fully integrated into your tool.

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

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

sudo dnf -y install libipt

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

sudo yum -y install libipt

How To Uninstall libipt on Fedora 36

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

sudo dnf remove libipt

libipt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/a0548c9f365ce35b1a33b8f0301e022494cb82
/usr/lib/libipt.so.2
/usr/lib/libipt.so.2.0.5
/usr/share/doc/libipt
/usr/share/doc/libipt/README
/usr/share/licenses/libipt
/usr/share/licenses/libipt/LICENSE

References

Summary

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


title: “How To Install libipt on Fedora 36” linkTitle: “libipt” type: “docs” description: “In this tutorial we learn how to install libipt in Fedora 36. libipt is Intel Processor Trace Decoder Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libipt-featured.png

Introduction

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

What is libipt

The Intel Processor Trace (Intel PT) Decoder Library is Intel’s reference implementation for decoding Intel PT. It can be used as a standalone library or it can be partially or fully integrated into your tool.

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

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

sudo dnf -y install libipt

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

sudo yum -y install libipt

How To Uninstall libipt on Fedora 36

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

sudo dnf remove libipt

libipt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/d8efca21d2e908d83e8cf222588dcd7851151a
/usr/lib64/libipt.so.2
/usr/lib64/libipt.so.2.0.5
/usr/share/doc/libipt
/usr/share/doc/libipt/README
/usr/share/licenses/libipt
/usr/share/licenses/libipt/LICENSE

References

Summary

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