< Home - < Back

libyubikey


Information about the package, libyubikey, which is shipped with common Linux distributions. The libyubikey package is designed for, C library for decrypting and parsing Yubikey One-time passwords.


Package Name:

libyubikey

Summary:

C library for decrypting and parsing Yubikey One-time passwords

Description:

This package holds a low-level C software development kit for the Yubico authentication device, the Yubikey.

Architecture:

x86_64

Version:

1.11

Release:

2.el6

Size:

26 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for libyubikey


Control the libyubikey package with the following handy commands outlined below.


Command

Description of Command

yum install libyubikey

This command will install libyubikey on the server.

yum remove libyubikey

This command will un-install libyubikey on the server. When you run this command, you will be asked if you are sure that you want to remove libyubikey, so you have to manually confirm that you want to do this.

yum -y remove libyubikey

This command will un-install libyubikey on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libyubikey when using the -y flag.

yum update libyubikey

This command will update libyubikey to the latest version. When you run this command, you will be asked if you are sure that you want to remove libyubikey, so you have to manually confirm that you want to do this.

yum -y update libyubikey

This command will update libyubikey to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libyubikey when using the -y flag.

yum info libyubikey

This command will show you core information about the libyubikey package.

yum deplist libyubikey

This command will show you the dependencies for libyubikey. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libyubikey

This command will check if there is an update waiting on libyubikey. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.