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

Last updated: May 19,2024

1. Install "python3-pykcs11" package

Please follow the instructions below to install python3-pykcs11 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pykcs11

2. Uninstall "python3-pykcs11" package

Here is a brief guide to show you how to uninstall python3-pykcs11 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pykcs11
Priority: optional
Section: universe/python
Installed-Size: 883
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovic Rousseau
Architecture: amd64
Source: pykcs11
Version: 1.3.2-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/p/pykcs11/python3-pykcs11_1.3.2-1_amd64.deb
Size: 161562
MD5sum: 36f54dcbe702d6d6de9e32ce99673534
SHA1: a407ff76bcc79e8818a8120d23c84f5b4dc56b33
SHA256: 609eda89d2340c9ae61c9c00eac684cabc6f0706d3dd4e2500df4c56021b61a8
Description-en: 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: 9f345e35dbeefa60a39309e4edcd2c2d
Homepage: http://sourceforge.net/projects/pkcs11wrap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu