How To Install cryptsetup-ssh-token on Fedora 36

In this tutorial we learn how to install cryptsetup-ssh-token in Fedora 36. cryptsetup-ssh-token is Cryptsetup LUKS2 SSH token

Introduction

In this tutorial we learn how to install cryptsetup-ssh-token on Fedora 36.

What is cryptsetup-ssh-token

This package contains the LUKS2 SSH token.

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

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

sudo dnf -y install cryptsetup-ssh-token

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

sudo yum -y install cryptsetup-ssh-token

How To Uninstall cryptsetup-ssh-token on Fedora 36

To uninstall only the cryptsetup-ssh-token package we can use the following command:

sudo dnf remove cryptsetup-ssh-token

cryptsetup-ssh-token Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/37588e590c0c0e98d962cf0e3e732a457bdb18
/usr/lib/.build-id/46
/usr/lib/.build-id/46/db204c21057a227f104a95721286ac286d9b28
/usr/lib64/cryptsetup/libcryptsetup-token-ssh.so
/usr/sbin/cryptsetup-ssh
/usr/share/licenses/cryptsetup-ssh-token
/usr/share/licenses/cryptsetup-ssh-token/COPYING
/usr/share/licenses/cryptsetup-ssh-token/COPYING.LGPL
/usr/share/man/man8/cryptsetup-ssh.8.gz

References

Summary

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