How to Install and Uninstall python3-pskc Package on Kali Linux

Last updated: May 02,2024

1. Install "python3-pskc" package

Here is a brief guide to show you how to install python3-pskc on Kali Linux

$ sudo apt update $ sudo apt install python3-pskc

2. Uninstall "python3-pskc" package

Please follow the instructions below to uninstall python3-pskc on Kali Linux:

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

3. Information about the python3-pskc package on Kali Linux

Package: python3-pskc
Source: python-pskc
Version: 1.2-1
Installed-Size: 176
Maintainer: Arthur de Jong
Architecture: all
Depends: python3-cryptography, python3-dateutil, python3:any
Recommends: python3-lxml, python3-defusedxml
Suggests: python-pskc-doc
Size: 48496
SHA256: e720eb2ff2eb3212eb9adfae7a53781ae4cfff5df50bdb59d4d88677bea902d6
SHA1: 861c884cb6b095a06cce038d8967cd44c3983cd5
MD5sum: bdaca8560fd7bc9a845081b4da7d2b87
Description: 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 and key meta data (seed files) to different types of crypto modules,
commonly one-time password tokens or other authentication devices.
.
This module can be used to extract keys from PSKC files for use in an OTP
authentication system. The module can also be used for authoring PSKC files.
Description-md5:
Homepage: https://arthurdejong.org/python-pskc/
Section: python
Priority: optional
Filename: pool/main/p/python-pskc/python3-pskc_1.2-1_all.deb