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

Last updated: May 15,2024

1. Install "python-pskc" package

Learn how to install python-pskc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pskc

2. Uninstall "python-pskc" package

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

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

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

Package: python-pskc
Priority: optional
Section: universe/python
Installed-Size: 291
Maintainer: Ubuntu Developers
Original-Maintainer: Arthur de Jong
Architecture: all
Version: 0.3-1
Depends: python-crypto, python-dateutil, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-pskc/python-pskc_0.3-1_all.deb
Size: 44012
MD5sum: a6258e116d8373c802a5fffd0c5c043e
SHA1: 8c6bc2ea04d96d3b62fa3e93086a1002846e6256
SHA256: a000e23b3b78e2fe8d35397a3b9699303deab36edd783d474ee0178b91b77bd8
Description-en: Python module for handling PSKC files (Python 2)
This Python library handles Portable Symmetric Key Container (PSKC) files as
defined in RFC6030. PSKC files are used to transport and provision symmetric
keys (seed files) to different types of crypto modules, commonly one-time
password tokens or other authentication devices.
.
The main goal of this module is to be able to extract keys from PSKC files
for use in an OTP authentication system.
.
This package installs the library for Python 2.
Description-md5: 266c551748bdc72b076b1af0291e5c05
Homepage: http://arthurdejong.org/python-pskc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu