How To Install yubihsm-connector on Fedora 36

In this tutorial we learn how to install yubihsm-connector in Fedora 36. yubihsm-connector is YubiHSM Connector

Introduction

In this tutorial we learn how to install yubihsm-connector on Fedora 36.

What is yubihsm-connector

Backend to talk to YubiHSM 2

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

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

sudo dnf -y install yubihsm-connector

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

sudo yum -y install yubihsm-connector

How To Uninstall yubihsm-connector on Fedora 36

To uninstall only the yubihsm-connector package we can use the following command:

sudo dnf remove yubihsm-connector

yubihsm-connector Package Contents on Fedora 36

/etc/yubihsm-connector.yaml
/usr/bin/yubihsm-connector
/usr/lib/.build-id
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/dc8382539b0f3b7d39942274914292bff0f7f6
/usr/lib/systemd/system/yubihsm-connector.service
/usr/lib/udev/rules.d/70-yubihsm-connector.rules
/usr/share/licenses/yubihsm-connector
/usr/share/licenses/yubihsm-connector/LICENSE

References

Summary

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