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

Last updated: May 07,2024

1. Install "python3-pskc" package

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

$ sudo apt update $ sudo apt install python3-pskc

2. Uninstall "python3-pskc" package

Please follow the steps below to uninstall python3-pskc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pskc
Priority: optional
Section: universe/python
Installed-Size: 291
Maintainer: Ubuntu Developers
Original-Maintainer: Arthur de Jong
Architecture: all
Source: python-pskc
Version: 0.3-1
Depends: python3-crypto, python3-dateutil, python3:any (>= 3.4~), libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-pskc/python3-pskc_0.3-1_all.deb
Size: 44076
MD5sum: d199ab5f57e0bf2fd7c148fb07f5c211
SHA1: f14ed47035b0f328fa1f44c799e558ed9f0b2df6
SHA256: a101554bc514428c918ff511541e59022d103a31766b3177ee36714c0527c8fe
Description-en: Python module for handling PSKC files (Python 3)
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 3.
Description-md5: f178d0cb6a83d7f99b45f11c5ed410b9
Homepage: http://arthurdejong.org/python-pskc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu