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

Last updated: May 18,2024

1. Install "python3-pykmip" package

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

$ sudo apt update $ sudo apt install python3-pykmip

2. Uninstall "python3-pykmip" package

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

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

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

Package: python3-pykmip
Priority: optional
Section: universe/python
Installed-Size: 583
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-pykmip
Version: 0.4.0-2
Provides: python3-kmip
Depends: python3-six, python3-sqlalchemy, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-pykmip/python3-pykmip_0.4.0-2_all.deb
Size: 62772
MD5sum: b18d298213c2c0b1414870ca5428baad
SHA1: 0a4e93d1bb7b9653e4790008f5b3ef885ab1017b
SHA256: c89e6ec7ca6b73f614215b75e5b65e109f88a8861ab7d32bb177fa07d18a54f8
Description-en: KMIP v1.1 library - Python 3.x
PyKMIP is a Python implementation of the Key Management Interoperability
Protocol (KMIP) specification, supporting version 1.1 of the KMIP standard.
The KMIP standard is governed by the Organization for the Advancement of
Structured Information Standards (OASIS) and specifies a client/server-based
protocol to perform key, certificate, and secret object management, including
storage and maintenance operations.
.
The PyKMIP library currently provides a KMIP client and server supporting the
following operations for the KMIP SymmetricKey managed object:
* Create
* Register
* Get
* Destroy
.
This package contains the Python 3.x module.
Description-md5: 367b1b7a361befa29ce6fb282a4dad8e
Homepage: https://github.com/OpenKMIP/PyKMIP
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu