How To Install otf2 on Fedora 36

title: “How To Install otf2 on Fedora 36” linkTitle: “otf2” type: “docs” description: “In this tutorial we learn how to install otf2 in Fedora 36. otf2 is Open Trace Format 2 library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/otf2-featured.png description: “In this tutorial we learn how to install otf2 in Fedora 36. otf2 is Open Trace Format 2 library”

date: “2022-08-17”

Introduction

lastmod: “2022-08-17”

#image: /images/fedora/36/otf2-featured.png In this tutorial we learn how to install otf2 on Fedora 36.

What is otf2

Introduction

The Open Trace Format 2 (OTF2) is a highly scalable, memory efficient event trace data format plus support library.

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

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

What is otf2

The Open Trace Format 2 (OTF2) is a highly scalable, memory efficient event trace data format plus support library.

Install otf2 on Fedora 36 Using dnf

Update yum database with dnf using the following command. We can use yum or dnf to install otf2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install otf2.

sudo dnf makecache --refresh
## Install otf2 on Fedora 36 Using dnf

Update yum database with dnf using the following command. After updating yum database, We can install otf2 using dnf by running the following command:

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install otf2

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

sudo yum -y install otf2

How To Uninstall otf2 on Fedora 36

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

sudo dnf remove otf2

otf2 Package Contents on Fedora 36

sudo dnf -y install otf2

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

sudo yum -y install otf2

How To Uninstall otf2 on Fedora 36

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

sudo dnf remove otf2

otf2 Package Contents on Fedora 36

/usr/bin/otf2-estimator
/usr/bin/otf2-marker
/usr/bin/otf2-print
/usr/bin/otf2-snapshots
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/b44843d68950a93a4dad175f25914bed0b5648
/usr/lib/.build-id/19
/usr/lib/.build-id/19/7a5ce9a2370ccbb4fe85e2f2052087078fc511
/usr/lib/.build-id/35
/usr/lib/.build-id/35/b5d11741b92717f6b29c32b48c56ec3b129ee4
/usr/lib/.build-id/66
/usr/lib/.build-id/66/68d32c5d05d54611811f1ea8e966381221cd5d
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/b58bf9c694007185df0196189e4e302879909a
/usr/lib/libotf2.so.7
/usr/lib/libotf2.so.7.2.1
/usr/share/doc/otf2/AUTHORS
/usr/share/doc/otf2/ChangeLog
/usr/share/doc/otf2/OPEN_ISSUES
/usr/share/doc/otf2/README
/usr/share/licenses/otf2
/usr/share/licenses/otf2/COPYING
/usr/share/otf2
/usr/share/otf2/otf2.summary

References

Summary

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

/usr/bin/otf2-estimator /usr/bin/otf2-marker /usr/bin/otf2-print /usr/bin/otf2-snapshots /usr/lib/.build-id /usr/lib/.build-id/48 /usr/lib/.build-id/48/48bc21e6fa1c0b768b41e0d3c6496b7d557049 /usr/lib/.build-id/7f /usr/lib/.build-id/7f/c57ad909e5a5228924c1d354ea5b9510d7ce00 /usr/lib/.build-id/a2 /usr/lib/.build-id/a2/ec4654da8f5fdaaebd7bb56211bf0239c91e20 /usr/lib/.build-id/c1 /usr/lib/.build-id/c1/b099fa5e4dbb7a0dacf116370887709f072a84 /usr/lib/.build-id/fb /usr/lib/.build-id/fb/139240be41506a7eeb3ded5b567d30818946e3 /usr/lib64/libotf2.so.7 /usr/lib64/libotf2.so.7.2.1 /usr/share/doc/otf2/AUTHORS /usr/share/doc/otf2/ChangeLog /usr/share/doc/otf2/OPEN_ISSUES /usr/share/doc/otf2/README /usr/share/licenses/otf2 /usr/share/licenses/otf2/COPYING /usr/share/otf2 /usr/share/otf2/otf2.summary


## References

* [otf2 website](http://score-p.org)

## Summary

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