How to Install and Uninstall python-pyhsm Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 16,2024

1. Install "python-pyhsm" package

In this section, we are going to explain the necessary steps to install python-pyhsm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyhsm

2. Uninstall "python-pyhsm" package

Please follow the guidelines below to uninstall python-pyhsm on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyhsm $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyhsm package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyhsm
Priority: optional
Section: universe/python
Installed-Size: 168
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Authentication Maintainers
Architecture: all
Version: 1.0.4l-1
Depends: python-crypto, python-serial
Recommends: yhsm-tools
Suggests: python-argparse, yhsm-daemon, yhsm-docs
Filename: pool/universe/p/python-pyhsm/python-pyhsm_1.0.4l-1_all.deb
Size: 28112
MD5sum: 2f0a1ad0a124dd987b38bfa516671663
SHA1: eff6e57ac31d05a9754c97914652d6350c7c5c2f
SHA256: 3172320619a73a9a20919041b74b3f402cef3fd391d8eec7337c83d831e03705
Description-en: Python code for talking to a Yubico YubiHSM hardware
YubiHSM is an easy to use and affordable crypto appliance
that you connect to the USB port of a server. You can then
store cryptographic keys on the YubiHSM and use them from the
server without any possibility for an attacker to extract
the crypto keys from the YubiHSM.
.
Supported operations include YubiKey OTP validation, AES ECB
encrypt/decrypt/decrypt-compare, HMAC-SHA1 hashing (enabling OATH code
validation), and Random number entropy generation.
.
This package contains the core Python code for interacting with the
YubiHSM.
Description-md5: 8082ee8670b46c046900e8dc0244ec2e
Homepage: https://developers.yubico.com/python-pyhsm/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu