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

Last updated: May 10,2024

1. Install "python3-pykcs11" package

This is a short guide on how to install python3-pykcs11 on Kali Linux

$ sudo apt update $ sudo apt install python3-pykcs11

2. Uninstall "python3-pykcs11" package

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

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

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

Package: python3-pykcs11
Source: pykcs11
Version: 1.5.14-1
Installed-Size: 1408
Maintainer: Ludovic Rousseau
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 213532
SHA256: 101e9e57bfe05cbdd7c567ab538d3b7bb9f9410a2fd9880b90e7caa769ed2341
SHA1: 5fe93168921f1561e38add65f6d01c8e12693713
MD5sum: 956420e1bdaa34b5b1b59e01899486ab
Description: PKCS#11 wrapper for Python
PyKCS11 let you access to almost all PKCS#11 functions and data types using
any PKCS#11 library, such as the various modules supplied by smartcard
vendors.
.
The wrapper comes with 2 interfaces: a low level and very thin interface over
the original PKCS#11 API, generated using the SWIG compiler (designed for
library tests); and an high level interface that offers a simpler access (with
few limits) to the PKCS#11 APIs.
.
Keywords: pkcs11
Description-md5:
Homepage: http://sourceforge.net/projects/pkcs11wrap/
Section: python
Priority: optional
Filename: pool/main/p/pykcs11/python3-pykcs11_1.5.14-1_amd64.deb