How To Install bcc-lua on Fedora 36
In this tutorial we learn how to install bcc-lua in Fedora 36. bcc-lua is Standalone tool to run BCC tracers written in Lua
Introduction
In this tutorial we learn how to install bcc-lua
on Fedora 36.
What is bcc-lua
Standalone tool to run BCC tracers written in Lua
We can use yum
or dnf
to install bcc-lua
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bcc-lua.
Install bcc-lua 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 bcc-lua
using dnf
by running the following command:
sudo dnf -y install bcc-lua
Install bcc-lua 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 bcc-lua
using yum
by running the following command:
sudo yum -y install bcc-lua
How To Uninstall bcc-lua on Fedora 36
To uninstall only the bcc-lua
package we can use the following command:
sudo dnf remove bcc-lua
bcc-lua Package Contents on Fedora 36
/usr/bin/bcc-lua
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/77649ee63c6790f77fd596b4ce57e6a537310b
References
Summary
In this tutorial we learn how to install bcc-lua
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).