How To Install rustfilt on Fedora 36

In this tutorial we learn how to install rustfilt in Fedora 36. rustfilt is Demangle Rust symbol names

Introduction

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

What is rustfilt

Demangle Rust symbol names.

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

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

sudo dnf -y install rustfilt

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

sudo yum -y install rustfilt

How To Uninstall rustfilt on Fedora 36

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

sudo dnf remove rustfilt

rustfilt Package Contents on Fedora 36

/usr/bin/rustfilt
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/f1fb17720f52078d63322c4b37f1c0411de488
/usr/share/doc/rustfilt
/usr/share/doc/rustfilt/README.md
/usr/share/licenses/rustfilt
/usr/share/licenses/rustfilt/LICENSE

References

Summary

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