How To Install yubibomb on Fedora 36

In this tutorial we learn how to install yubibomb in Fedora 36. yubibomb is Rust command line tool that prints out a 6-digit random number

Introduction

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

What is yubibomb

Don’t you love when you accidentally tap your Yubikey when you have your IRC client in focus and you send 987947 into Libera? Want to be able to have that experience without having to reach all the way over to your laptop’s USB port? Now you can!.

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

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

sudo dnf -y install yubibomb

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

sudo yum -y install yubibomb

How To Uninstall yubibomb on Fedora 36

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

sudo dnf remove yubibomb

yubibomb Package Contents on Fedora 36

/usr/bin/yubibomb
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/0f74271d7d9ea3c02f0a6463b6c46fe061773d
/usr/share/doc/yubibomb
/usr/share/doc/yubibomb/CHANGELOG.md
/usr/share/doc/yubibomb/README.md
/usr/share/licenses/yubibomb
/usr/share/licenses/yubibomb/LICENSE

References

Summary

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