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

Last updated: June 23,2024

1. Install "python-pykmip" package

Here is a brief guide to show you how to install python-pykmip on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pykmip

2. Uninstall "python-pykmip" package

This is a short guide on how to uninstall python-pykmip on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pykmip
Priority: optional
Section: universe/python
Installed-Size: 590
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.4.0-2
Provides: python-kmip
Depends: python-enum34, python-six, python-sqlalchemy, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-pykmip/python-pykmip_0.4.0-2_all.deb
Size: 66746
MD5sum: ccd220bef9cd8c9ab3f3e5eea04a7836
SHA1: ffbd80d34ed25876acef133f80c480b422ee43fb
SHA256: 19e7cbccea295f5ad1e91926259aef3eee5683c089312fac52151345e92a4bbf
Description-en: implementation of the Key Management Interoperability Protocol - Python 2.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 2.x module.
Description-md5: 07f72423a27a9506b04277087064de88
Homepage: https://github.com/OpenKMIP/PyKMIP
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu