How To Install keylime-agent-rust on Fedora 36

In this tutorial we learn how to install keylime-agent-rust in Fedora 36. keylime-agent-rust is Rust agent for Keylime

Introduction

In this tutorial we learn how to install keylime-agent-rust on Fedora 36.

What is keylime-agent-rust

Rust agent for Keylime

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

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

sudo dnf -y install keylime-agent-rust

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

sudo yum -y install keylime-agent-rust

How To Uninstall keylime-agent-rust on Fedora 36

To uninstall only the keylime-agent-rust package we can use the following command:

sudo dnf remove keylime-agent-rust

keylime-agent-rust Package Contents on Fedora 36

/usr/bin/keylime_agent
/usr/bin/keylime_ima_emulator
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/6bd9a0f6d8e32ade9f8504c2528d0d5c58dad4
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/fa38b5322b216f78f48f0f51475b4e4739ac0a
/usr/share/doc/keylime-agent-rust
/usr/share/doc/keylime-agent-rust/README.md
/usr/share/licenses/keylime-agent-rust
/usr/share/licenses/keylime-agent-rust/LICENSE

References

Summary

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