How To Install libyubikey on Fedora 36
Introduction
In this tutorial we learn how to install libyubikey on Fedora 36.
What is libyubikey
This package holds a low-level C software development kit for the Yubico authentication device, the Yubikey.
We can use yum or dnf to install libyubikey on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libyubikey.
Install libyubikey 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 libyubikey using dnf by running the following command:
sudo dnf -y install libyubikey
Install libyubikey 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 libyubikey using yum by running the following command:
sudo yum -y install libyubikey
How To Uninstall libyubikey on Fedora 36
To uninstall only the libyubikey package we can use the following command:
sudo dnf remove libyubikey
libyubikey Package Contents on Fedora 36
/usr/bin/modhex
/usr/bin/ykgenerate
/usr/bin/ykparse
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/37d7a2066c46fb65e808a780e364c1194c88cf
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/2cc34e787f71802f77e28de32560f18deb014a
/usr/lib/.build-id/80
/usr/lib/.build-id/80/1b6fa7855cb5243d0135620a680fc7da24441e
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/bf96a5e7e0c13185ddce6524cc609c9ffb2480
/usr/lib64/libyubikey.so.0
/usr/lib64/libyubikey.so.0.1.7
/usr/share/doc/libyubikey
/usr/share/doc/libyubikey/AUTHORS
/usr/share/doc/libyubikey/ChangeLog
/usr/share/doc/libyubikey/NEWS
/usr/share/doc/libyubikey/README
/usr/share/licenses/libyubikey
/usr/share/licenses/libyubikey/COPYING
/usr/share/man/man1/modhex.1.gz
/usr/share/man/man1/ykgenerate.1.gz
/usr/share/man/man1/ykparse.1.gz
References
Summary
In this tutorial we learn how to install libyubikey on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libyubikey on Fedora 36” linkTitle: “libyubikey” type: “docs” description: “In this tutorial we learn how to install libyubikey in Fedora 36. libyubikey is C library for decrypting and parsing Yubikey One-time passwords” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libyubikey-featured.png
Introduction
In this tutorial we learn how to install libyubikey on Fedora 36.
What is libyubikey
This package holds a low-level C software development kit for the Yubico authentication device, the Yubikey.
We can use yum or dnf to install libyubikey on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libyubikey.
Install libyubikey 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 libyubikey using dnf by running the following command:
sudo dnf -y install libyubikey
Install libyubikey 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 libyubikey using yum by running the following command:
sudo yum -y install libyubikey
How To Uninstall libyubikey on Fedora 36
To uninstall only the libyubikey package we can use the following command:
sudo dnf remove libyubikey
libyubikey Package Contents on Fedora 36
/usr/bin/modhex
/usr/bin/ykgenerate
/usr/bin/ykparse
/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/8a0ed37cfef04802e287b17aed12d5d674e7da
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/afa8d98d68dc83f041293c680db5c8f059bba4
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/1f79157c95c55a31ec9e34027940b41f92ebad
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/e1d1bb6e66464a59d087076a63f6a3a350d95a
/usr/lib/libyubikey.so.0
/usr/lib/libyubikey.so.0.1.7
/usr/share/doc/libyubikey
/usr/share/doc/libyubikey/AUTHORS
/usr/share/doc/libyubikey/ChangeLog
/usr/share/doc/libyubikey/NEWS
/usr/share/doc/libyubikey/README
/usr/share/licenses/libyubikey
/usr/share/licenses/libyubikey/COPYING
/usr/share/man/man1/modhex.1.gz
/usr/share/man/man1/ykgenerate.1.gz
/usr/share/man/man1/ykparse.1.gz
References
Summary
In this tutorial we learn how to install libyubikey on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).