How To Install lttng-ust on Fedora 36

In this tutorial we learn how to install lttng-ust in Fedora 36. lttng-ust is LTTng Userspace Tracer library

Introduction

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

What is lttng-ust

This library may be used by user-space applications to generate trace-points using LTTng.

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

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

sudo dnf -y install lttng-ust

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

sudo yum -y install lttng-ust

How To Uninstall lttng-ust on Fedora 36

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

sudo dnf remove lttng-ust

lttng-ust Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/d98c63c12349f3ac5f7b97afef63eafc0fc7a7
/usr/lib/.build-id/44
/usr/lib/.build-id/44/9cba963e71eb249052779d21c06ddbe319a3fa
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/a1115f2b31d3aeb00d7d5cfe557b8efc93e956
/usr/lib/.build-id/75
/usr/lib/.build-id/75/adc39e146758e6d447f78b80892d029248e1c3
/usr/lib/.build-id/89
/usr/lib/.build-id/89/9d81549194355573b09020d2364e94ca725106
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/bd06697bc8c947bc6960857d037aa173f2a7f8
/usr/lib/.build-id/c6/d7e56610fe1d603fd29b19bbfcdae5e67e181c
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/43d69bd86121b6d1487990017d3078e83b2373
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/12cc0c9e8d4ec4cdb3b01b3096e344c5bffb62
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/b24cc7a2c24aa5ba9d890d4c5b0903a7be8dbd
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/d9aa9c62996ad4ddb2b0ef4ae722a63daca15f
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/f56575467bd727d0201081efdd712f79669fe0
/usr/lib64/liblttng-ust-common.so.1
/usr/lib64/liblttng-ust-common.so.1.0.0
/usr/lib64/liblttng-ust-ctl.so.5
/usr/lib64/liblttng-ust-ctl.so.5.0.0
/usr/lib64/liblttng-ust-cyg-profile-fast.so.1
/usr/lib64/liblttng-ust-cyg-profile-fast.so.1.0.0
/usr/lib64/liblttng-ust-cyg-profile.so.1
/usr/lib64/liblttng-ust-cyg-profile.so.1.0.0
/usr/lib64/liblttng-ust-dl.so.1
/usr/lib64/liblttng-ust-dl.so.1.0.0
/usr/lib64/liblttng-ust-fd.so.1
/usr/lib64/liblttng-ust-fd.so.1.0.0
/usr/lib64/liblttng-ust-fork.so.1
/usr/lib64/liblttng-ust-fork.so.1.0.0
/usr/lib64/liblttng-ust-libc-wrapper.so.1
/usr/lib64/liblttng-ust-libc-wrapper.so.1.0.0
/usr/lib64/liblttng-ust-pthread-wrapper.so.1
/usr/lib64/liblttng-ust-pthread-wrapper.so.1.0.0
/usr/lib64/liblttng-ust-python-agent.so.1
/usr/lib64/liblttng-ust-python-agent.so.1.0.0
/usr/lib64/liblttng-ust-tracepoint.so.1
/usr/lib64/liblttng-ust-tracepoint.so.1.0.0
/usr/lib64/liblttng-ust.so.1
/usr/lib64/liblttng-ust.so.1.0.0
/usr/share/doc/lttng-ust
/usr/share/doc/lttng-ust/ChangeLog
/usr/share/doc/lttng-ust/LICENSE
/usr/share/doc/lttng-ust/README.md
/usr/share/doc/lttng-ust/java-agent.txt
/usr/share/man/man3/do_tracepoint.3.gz
/usr/share/man/man3/lttng-ust-cyg-profile.3.gz
/usr/share/man/man3/lttng-ust-dl.3.gz
/usr/share/man/man3/lttng-ust.3.gz
/usr/share/man/man3/lttng_ust_do_tracepoint.3.gz
/usr/share/man/man3/lttng_ust_tracef.3.gz
/usr/share/man/man3/lttng_ust_tracelog.3.gz
/usr/share/man/man3/lttng_ust_tracepoint.3.gz
/usr/share/man/man3/lttng_ust_tracepoint_enabled.3.gz
/usr/share/man/man3/lttng_ust_vtracef.3.gz
/usr/share/man/man3/lttng_ust_vtracelog.3.gz
/usr/share/man/man3/tracef.3.gz
/usr/share/man/man3/tracelog.3.gz
/usr/share/man/man3/tracepoint.3.gz
/usr/share/man/man3/tracepoint_enabled.3.gz

References

Summary

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


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

Introduction

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

What is lttng-ust

This library may be used by user-space applications to generate trace-points using LTTng.

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

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

sudo dnf -y install lttng-ust

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

sudo yum -y install lttng-ust

How To Uninstall lttng-ust on Fedora 36

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

sudo dnf remove lttng-ust

lttng-ust Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/14acfecc29a1052665953a7724d3bc7f7cc76c
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/4231c78cf443e11f471dcb9a7d5b0493094df2
/usr/lib/.build-id/43
/usr/lib/.build-id/43/550da5fff815946448ebcc27d9eae24fcca100
/usr/lib/.build-id/53
/usr/lib/.build-id/53/37998e2e107dc0a75358c6ef4078c76513445e
/usr/lib/.build-id/66
/usr/lib/.build-id/66/a73722018df9356f25999f5690ed8991b754d3
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/2a873b34d7b3294d86e1d4215a24dc1f2cb3fd
/usr/lib/.build-id/85
/usr/lib/.build-id/85/1282d427365c3e0c9e6c4f001256275b2061fb
/usr/lib/.build-id/87
/usr/lib/.build-id/87/99ae4fe4609ea6b75e85f7b78530142276fbeb
/usr/lib/.build-id/93
/usr/lib/.build-id/93/1a54c7b4d3660068d36078d2c7a8bb283a50e1
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/71de34e4522862f49418ae0dd7d93d4029f6e4
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/b65cf922491552f90826fbe9b4f76a1bdb0a0c
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/bed38947cc2e9c69bb7882382239931cccc9de
/usr/lib/liblttng-ust-common.so.1
/usr/lib/liblttng-ust-common.so.1.0.0
/usr/lib/liblttng-ust-ctl.so.5
/usr/lib/liblttng-ust-ctl.so.5.0.0
/usr/lib/liblttng-ust-cyg-profile-fast.so.1
/usr/lib/liblttng-ust-cyg-profile-fast.so.1.0.0
/usr/lib/liblttng-ust-cyg-profile.so.1
/usr/lib/liblttng-ust-cyg-profile.so.1.0.0
/usr/lib/liblttng-ust-dl.so.1
/usr/lib/liblttng-ust-dl.so.1.0.0
/usr/lib/liblttng-ust-fd.so.1
/usr/lib/liblttng-ust-fd.so.1.0.0
/usr/lib/liblttng-ust-fork.so.1
/usr/lib/liblttng-ust-fork.so.1.0.0
/usr/lib/liblttng-ust-libc-wrapper.so.1
/usr/lib/liblttng-ust-libc-wrapper.so.1.0.0
/usr/lib/liblttng-ust-pthread-wrapper.so.1
/usr/lib/liblttng-ust-pthread-wrapper.so.1.0.0
/usr/lib/liblttng-ust-python-agent.so.1
/usr/lib/liblttng-ust-python-agent.so.1.0.0
/usr/lib/liblttng-ust-tracepoint.so.1
/usr/lib/liblttng-ust-tracepoint.so.1.0.0
/usr/lib/liblttng-ust.so.1
/usr/lib/liblttng-ust.so.1.0.0
/usr/share/doc/lttng-ust
/usr/share/doc/lttng-ust/ChangeLog
/usr/share/doc/lttng-ust/LICENSE
/usr/share/doc/lttng-ust/README.md
/usr/share/doc/lttng-ust/java-agent.txt
/usr/share/man/man3/do_tracepoint.3.gz
/usr/share/man/man3/lttng-ust-cyg-profile.3.gz
/usr/share/man/man3/lttng-ust-dl.3.gz
/usr/share/man/man3/lttng-ust.3.gz
/usr/share/man/man3/lttng_ust_do_tracepoint.3.gz
/usr/share/man/man3/lttng_ust_tracef.3.gz
/usr/share/man/man3/lttng_ust_tracelog.3.gz
/usr/share/man/man3/lttng_ust_tracepoint.3.gz
/usr/share/man/man3/lttng_ust_tracepoint_enabled.3.gz
/usr/share/man/man3/lttng_ust_vtracef.3.gz
/usr/share/man/man3/lttng_ust_vtracelog.3.gz
/usr/share/man/man3/tracef.3.gz
/usr/share/man/man3/tracelog.3.gz
/usr/share/man/man3/tracepoint.3.gz
/usr/share/man/man3/tracepoint_enabled.3.gz

References

Summary

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