How To Install ykclient on Fedora 36

In this tutorial we learn how to install ykclient in Fedora 36. ykclient is Yubikey management library and client

Introduction

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

What is ykclient

commandline for yubikeys

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

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

sudo dnf -y install ykclient

Install ykclient on Fedora 36 Using yum

Update yum database with yum using the following command.


title: "How To Install ykclient on Fedora 36"
sudo yum makecache --refresh

linkTitle: “ykclient”

type: “docs” description: “In this tutorial we learn how to install ykclient in Fedora 36. ykclient is Yubikey management library and client” After updating yum database, We can install ykclient using yum by running the following command:

date: “2022-08-17”

lastmod: "2022-08-17"
sudo yum -y install ykclient
#image: /images/fedora/36/ykclient-featured.png

How To Uninstall ykclient on Fedora 36

Introduction

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

In this tutorial we learn how to install `ykclient` on Fedora 36.
sudo dnf remove ykclient

What is ykclient

ykclient Package Contents on Fedora 36

commandline for yubikeys

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

## Install ykclient on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install ykclient using dnf by running the following command:

sudo dnf -y install ykclient

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

sudo yum -y install ykclient

How To Uninstall ykclient on Fedora 36

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

sudo dnf remove ykclient

ykclient Package Contents on Fedora 36

/usr/bin/ykclient
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/f05ed971f3f9380dba01706f1689042eda7e95
/usr/lib/.build-id/57
/usr/lib/.build-id/57/871d5d0558107b1ada4643bc4a36d32de58ad0
/usr/lib/libykclient.so.3
/usr/lib/libykclient.so.3.6.0
/usr/share/doc/ykclient
/usr/share/doc/ykclient/AUTHORS
/usr/share/doc/ykclient/NEWS
/usr/share/doc/ykclient/README
/usr/share/licenses/ykclient
/usr/share/licenses/ykclient/COPYING
/usr/share/man/man1/ykclient.1.gz

References

Summary

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

/usr/bin/ykclient /usr/lib/.build-id /usr/lib/.build-id/38 /usr/lib/.build-id/38/d28af540d4703f751da175ad7d3f4c9cca4bc0 /usr/lib/.build-id/45 /usr/lib/.build-id/45/ac1da6e0d796c05b43c5ab47a5c9ed16210a15 /usr/lib64/libykclient.so.3 /usr/lib64/libykclient.so.3.6.0 /usr/share/doc/ykclient /usr/share/doc/ykclient/AUTHORS /usr/share/doc/ykclient/NEWS /usr/share/doc/ykclient/README /usr/share/licenses/ykclient /usr/share/licenses/ykclient/COPYING /usr/share/man/man1/ykclient.1.gz


## References

* [ykclient website](http://opensource.yubico.com/yubico-c-client/)

## Summary

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