How To Install libu2f-host on Fedora 36

In this tutorial we learn how to install libu2f-host in Fedora 36. libu2f-host is Yubico Universal 2nd Factor (U2F) Host C Library

Introduction

In this tutorial we learn how to install libu2f-host on Fedora 36.

What is libu2f-host

libu2f-host provides a C library that implements the host-side of the U2F protocol. There are APIs to talk to a U2F device and perform the U2F Register and U2F Authenticate operations.

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

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

sudo dnf -y install libu2f-host

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

sudo yum -y install libu2f-host

How To Uninstall libu2f-host on Fedora 36

To uninstall only the libu2f-host package we can use the following command:

sudo dnf remove libu2f-host

libu2f-host Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/84d77aecb7c5db3353baaec78b6c41f8714549
/usr/lib64/libu2f-host.so.0
/usr/lib64/libu2f-host.so.0.1.10
/usr/share/doc/libu2f-host
/usr/share/doc/libu2f-host/AUTHORS
/usr/share/doc/libu2f-host/ChangeLog
/usr/share/doc/libu2f-host/Mode_switch_YubiKey.adoc
/usr/share/doc/libu2f-host/NEWS
/usr/share/doc/libu2f-host/README
/usr/share/doc/libu2f-host/THANKS
/usr/share/licenses/libu2f-host
/usr/share/licenses/libu2f-host/COPYING.LGPLv2

References

Summary

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


title: “How To Install libu2f-host on Fedora 36” linkTitle: “libu2f-host” type: “docs” description: “In this tutorial we learn how to install libu2f-host in Fedora 36. libu2f-host is Yubico Universal 2nd Factor (U2F) Host C Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libu2f-host-featured.png

Introduction

In this tutorial we learn how to install libu2f-host on Fedora 36.

What is libu2f-host

libu2f-host provides a C library that implements the host-side of the U2F protocol. There are APIs to talk to a U2F device and perform the U2F Register and U2F Authenticate operations.

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

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

sudo dnf -y install libu2f-host

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

sudo yum -y install libu2f-host

How To Uninstall libu2f-host on Fedora 36

To uninstall only the libu2f-host package we can use the following command:

sudo dnf remove libu2f-host

libu2f-host Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/c04c1f66c059ac2581b3448505e4a8a2e4c8a4
/usr/lib/libu2f-host.so.0
/usr/lib/libu2f-host.so.0.1.10
/usr/share/doc/libu2f-host
/usr/share/doc/libu2f-host/AUTHORS
/usr/share/doc/libu2f-host/ChangeLog
/usr/share/doc/libu2f-host/Mode_switch_YubiKey.adoc
/usr/share/doc/libu2f-host/NEWS
/usr/share/doc/libu2f-host/README
/usr/share/doc/libu2f-host/THANKS
/usr/share/licenses/libu2f-host
/usr/share/licenses/libu2f-host/COPYING.LGPLv2

References

Summary

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