How To Install ykclient on Fedora 34
Introduction
In this tutorial we learn how to install ykclient
on Fedora 34.
What is ykclient
commandline for yubikeys ykclient 2.15 12.fc34 x86_64 36 k ykclient-2.15-12.fc34.src.rpm fedora Yubikey management library and client http BSD commandline for yubikeys
We can use yum
or dnf
to install ykclient
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install ykclient.
Install ykclient on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install ykclient
using dnf
by running the following command:
sudo dnf -y install ykclient
Install ykclient on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the ykclient
package we can use the following command:
sudo dnf remove ykclient
ykclient Package Contents on Fedora 34
/usr/bin/ykclient
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/1ab2e8f296d940d00a87b2e5c386b5d2ee0697
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/ec3764a31cee78d72a1ac1fd429d0e7ceb41d4
/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
/usr/bin/ykclient
/usr/lib/.build-id
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/1b5b16e46e8391b8ec75bc90f3816fe13a1252
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/f4984d1dab5339e32526593f0076bbc30e3e58
/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
- [ykclient website](http://opensource.yubico.com/yubico-c-client/ http://opensource.yubico.com/yubico-c-client/)
Summary
In this tutorial we learn how to install ykclient
on Fedora 34 using yum and dnf.