How to Install and Uninstall yubikey-val Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "yubikey-val" package

Please follow the guidance below to install yubikey-val on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install yubikey-val

2. Uninstall "yubikey-val" package

Please follow the step by step instructions below to uninstall yubikey-val on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove yubikey-val $ sudo apt autoclean && sudo apt autoremove

3. Information about the yubikey-val package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: yubikey-val
Priority: extra
Section: universe/net
Installed-Size: 233
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Authentication Maintainers
Architecture: all
Version: 2.33-1ubuntu1
Depends: debconf (>= 0.5) | debconf-2.0, apache2, php, php-cli, php-curl, php-pear, mysql-server | postgresql, php-mysql | php-pgsql, dbconfig-common
Recommends: mysql-client | postgresql-client
Suggests: yubikey-ksm | yhsm-yubikey-ksm
Filename: pool/universe/y/yubikey-val/yubikey-val_2.33-1ubuntu1_all.deb
Size: 64126
MD5sum: 1a06f277774b471f64a814a389762b97
SHA1: a6e0f50051b038f053bd5f8501dea6d97afa97b6
SHA256: 3ce0b04f873c97b1f426a66f41d4539216ef2ccb88c4bdea80eaaf4943805706
Description-en: One-Time Password (OTP) validation server for YubiKey tokens
YubiKeys are USB tokens that act like keyboards and generate one-time
passwords. This package contains a server written in PHP for use with
Apache to validate YubiKey OTPs. The architecture is that a set of
validation servers manage the token counters and respond to OTP requests
from clients, and utilize a set of back-end YubiKey Key Storage
Module (KSM) servers to perform the actual AES key decryption. The
protocols are openly published. There are two implementations of the
KSM available: yubikey-ksm (PHP, secrets on disk in database) and
yhsm-yubikey-ksm (Python, for use with secrets protected by the YubiHSM
hardware). Sometimes the KSM runs on another server than the
validation server, but it is possible to run both on the same
machine. After installing and configuring this package you will have
a YubiKey validation server up and running via Apache.
Description-md5: 15ca1ffed987017c79de950630273616
Homepage: https://developers.yubico.com/yubikey-val/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu