How To Install leb128 on Fedora 36
Introduction
In this tutorial we learn how to install leb128 on Fedora 36.
What is leb128
Read and write DWARF’s “Little Endian Base 128” (LEB128) variable length integer encoding.
We can use yum or dnf to install leb128 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install leb128.
Install leb128 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 leb128 using dnf by running the following command:
sudo dnf -y install leb128
Install leb128 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 leb128 using yum by running the following command:
sudo yum -y install leb128
How To Uninstall leb128 on Fedora 36
To uninstall only the leb128 package we can use the following command:
sudo dnf remove leb128
leb128 Package Contents on Fedora 36
/usr/bin/leb128-repl
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/95095887babaa16b30d36abcaa58bcf3bd6978
/usr/share/doc/leb128
/usr/share/doc/leb128/README.md
/usr/share/licenses/leb128
/usr/share/licenses/leb128/LICENSE-APACHE
/usr/share/licenses/leb128/LICENSE-MIT
References
Summary
In this tutorial we learn how to install leb128 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).