How To Install lttng-tools on Fedora 36

In this tutorial we learn how to install lttng-tools in Fedora 36. lttng-tools is LTTng control and utility programs

Introduction

In this tutorial we learn how to install lttng-tools on Fedora 36.

What is lttng-tools

This package provides the unified interface to control both the LTTng kernel and userspace (UST) tracers.

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

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

sudo dnf -y install lttng-tools

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

sudo yum -y install lttng-tools

How To Uninstall lttng-tools on Fedora 36

To uninstall only the lttng-tools package we can use the following command:

sudo dnf remove lttng-tools

lttng-tools Package Contents on Fedora 36

/etc/bash_completion.d
/etc/bash_completion.d/lttng
/usr/bin/lttng
/usr/bin/lttng-crash
/usr/bin/lttng-relayd
/usr/bin/lttng-sessiond
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/0c8592ae066ec227f438f34267067c5cdd9ff8
/usr/lib/.build-id/78
/usr/lib/.build-id/78/18d98b58c6641e3100bf49ccab3e82e8d7d350
/usr/lib/.build-id/84
/usr/lib/.build-id/84/5e160a86e297a926f101d557a53d159df4f186
/usr/lib/.build-id/86
/usr/lib/.build-id/86/8c78e4f4567dc3fc9592db9315f9f5be677402
/usr/lib/.build-id/97
/usr/lib/.build-id/97/1c311c475cfb896a17c843f5ff658d484f31da
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/69f79a40af3ff9ee86b9f87fc3b1c7bb338e22
/usr/lib/liblttng-ctl.so.0
/usr/lib/liblttng-ctl.so.0.0.0
/usr/lib/lttng
/usr/lib/lttng/libexec
/usr/lib/lttng/libexec/lttng-consumerd
/usr/lib/systemd/system/lttng-sessiond.service
/usr/share/doc/lttng-tools/ChangeLog
/usr/share/doc/lttng-tools/LICENSE
/usr/share/doc/lttng-tools/README.adoc
/usr/share/doc/lttng-tools/live-reading-howto.txt
/usr/share/doc/lttng-tools/python-howto.txt
/usr/share/doc/lttng-tools/quickstart.txt
/usr/share/doc/lttng-tools/snapshot-howto.txt
/usr/share/doc/lttng-tools/streaming-howto.txt
/usr/share/man/man1/lttng-add-context.1.gz
/usr/share/man/man1/lttng-add-trigger.1.gz
/usr/share/man/man1/lttng-clear.1.gz
/usr/share/man/man1/lttng-crash.1.gz
/usr/share/man/man1/lttng-create.1.gz
/usr/share/man/man1/lttng-destroy.1.gz
/usr/share/man/man1/lttng-disable-channel.1.gz
/usr/share/man/man1/lttng-disable-event.1.gz
/usr/share/man/man1/lttng-disable-rotation.1.gz
/usr/share/man/man1/lttng-enable-channel.1.gz
/usr/share/man/man1/lttng-enable-event.1.gz
/usr/share/man/man1/lttng-enable-rotation.1.gz
/usr/share/man/man1/lttng-help.1.gz
/usr/share/man/man1/lttng-list-triggers.1.gz
/usr/share/man/man1/lttng-list.1.gz
/usr/share/man/man1/lttng-load.1.gz
/usr/share/man/man1/lttng-metadata.1.gz
/usr/share/man/man1/lttng-regenerate.1.gz
/usr/share/man/man1/lttng-remove-trigger.1.gz
/usr/share/man/man1/lttng-rotate.1.gz
/usr/share/man/man1/lttng-save.1.gz
/usr/share/man/man1/lttng-set-session.1.gz
/usr/share/man/man1/lttng-snapshot.1.gz
/usr/share/man/man1/lttng-start.1.gz
/usr/share/man/man1/lttng-status.1.gz
/usr/share/man/man1/lttng-stop.1.gz
/usr/share/man/man1/lttng-track.1.gz
/usr/share/man/man1/lttng-untrack.1.gz
/usr/share/man/man1/lttng-version.1.gz
/usr/share/man/man1/lttng-view.1.gz
/usr/share/man/man1/lttng.1.gz
/usr/share/man/man7/lttng-concepts.7.gz
/usr/share/man/man7/lttng-event-rule.7.gz
/usr/share/man/man8/lttng-relayd.8.gz
/usr/share/man/man8/lttng-sessiond.8.gz
/usr/share/xml/lttng/session.xsd

References

Summary

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


title: “How To Install lttng-tools on Fedora 36” linkTitle: “lttng-tools” type: “docs” description: “In this tutorial we learn how to install lttng-tools in Fedora 36. lttng-tools is LTTng control and utility programs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lttng-tools-featured.png

Introduction

In this tutorial we learn how to install lttng-tools on Fedora 36.

What is lttng-tools

This package provides the unified interface to control both the LTTng kernel and userspace (UST) tracers.

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

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

sudo dnf -y install lttng-tools

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

sudo yum -y install lttng-tools

How To Uninstall lttng-tools on Fedora 36

To uninstall only the lttng-tools package we can use the following command:

sudo dnf remove lttng-tools

lttng-tools Package Contents on Fedora 36

/etc/bash_completion.d
/etc/bash_completion.d/lttng
/usr/bin/lttng
/usr/bin/lttng-crash
/usr/bin/lttng-relayd
/usr/bin/lttng-sessiond
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/76ad282537fc41371147048a9a7db3a766034a
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/e9d8c4742a9b9f792bc79810a50ac4b765346b
/usr/lib/.build-id/69
/usr/lib/.build-id/69/fe6751bb691e86574af214eb031af13b72a06e
/usr/lib/.build-id/75
/usr/lib/.build-id/75/491ffcf3ea4b0eb01707ef016343ef66832c3a
/usr/lib/.build-id/97
/usr/lib/.build-id/97/5a84ef91edbcb45330e4ee7d0de0879c36b5ae
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/0c04e4c511f4430c3c07651ab2c22a750e05d9
/usr/lib/systemd/system/lttng-sessiond.service
/usr/lib64/liblttng-ctl.so.0
/usr/lib64/liblttng-ctl.so.0.0.0
/usr/lib64/lttng
/usr/lib64/lttng/libexec
/usr/lib64/lttng/libexec/lttng-consumerd
/usr/share/doc/lttng-tools/ChangeLog
/usr/share/doc/lttng-tools/LICENSE
/usr/share/doc/lttng-tools/README.adoc
/usr/share/doc/lttng-tools/live-reading-howto.txt
/usr/share/doc/lttng-tools/python-howto.txt
/usr/share/doc/lttng-tools/quickstart.txt
/usr/share/doc/lttng-tools/snapshot-howto.txt
/usr/share/doc/lttng-tools/streaming-howto.txt
/usr/share/man/man1/lttng-add-context.1.gz
/usr/share/man/man1/lttng-add-trigger.1.gz
/usr/share/man/man1/lttng-clear.1.gz
/usr/share/man/man1/lttng-crash.1.gz
/usr/share/man/man1/lttng-create.1.gz
/usr/share/man/man1/lttng-destroy.1.gz
/usr/share/man/man1/lttng-disable-channel.1.gz
/usr/share/man/man1/lttng-disable-event.1.gz
/usr/share/man/man1/lttng-disable-rotation.1.gz
/usr/share/man/man1/lttng-enable-channel.1.gz
/usr/share/man/man1/lttng-enable-event.1.gz
/usr/share/man/man1/lttng-enable-rotation.1.gz
/usr/share/man/man1/lttng-help.1.gz
/usr/share/man/man1/lttng-list-triggers.1.gz
/usr/share/man/man1/lttng-list.1.gz
/usr/share/man/man1/lttng-load.1.gz
/usr/share/man/man1/lttng-metadata.1.gz
/usr/share/man/man1/lttng-regenerate.1.gz
/usr/share/man/man1/lttng-remove-trigger.1.gz
/usr/share/man/man1/lttng-rotate.1.gz
/usr/share/man/man1/lttng-save.1.gz
/usr/share/man/man1/lttng-set-session.1.gz
/usr/share/man/man1/lttng-snapshot.1.gz
/usr/share/man/man1/lttng-start.1.gz
/usr/share/man/man1/lttng-status.1.gz
/usr/share/man/man1/lttng-stop.1.gz
/usr/share/man/man1/lttng-track.1.gz
/usr/share/man/man1/lttng-untrack.1.gz
/usr/share/man/man1/lttng-version.1.gz
/usr/share/man/man1/lttng-view.1.gz
/usr/share/man/man1/lttng.1.gz
/usr/share/man/man7/lttng-concepts.7.gz
/usr/share/man/man7/lttng-event-rule.7.gz
/usr/share/man/man8/lttng-relayd.8.gz
/usr/share/man/man8/lttng-sessiond.8.gz
/usr/share/xml/lttng/session.xsd

References

Summary

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