How To Install python-custodia-ipa.noarch on Amazon Linux 2

In this tutorial we learn how to install python-custodia-ipa.noarch in Amazon Linux 2. python-custodia-ipa.noarch is Sub-package with python2 custodia.ipa vault module

Introduction

In this tutorial we learn how to install python-custodia-ipa.noarch on Amazon Linux 2.

What is python-custodia-ipa.noarch

Sub-package with python2 custodia.ipa vault module Custodia is a Secrets Service Provider, it stores or proxies access to keys, password, and secret material in general. Custodia is built to use the HTTP protocol and a RESTful API as an IPC mechanism over a local Unix Socket. It can also be exposed to a network via a Reverse Proxy service assuming proper authentication and header validation is implemented in the Proxy. Custodia is modular, the configuration file controls how authentication, authorization, storage and API plugins are combined and exposed.

We can use yum to install python-custodia-ipa.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python-custodia-ipa.noarch.

Install python-custodia-ipa.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python-custodia-ipa.noarch using yum by running the following command:

sudo yum -y install python-custodia-ipa.noarch

How To Uninstall python-custodia-ipa.noarch on Amazon Linux 2

To uninstall only the python-custodia-ipa.noarch package we can use the following command:

sudo yum remove python-custodia-ipa.noarch

python-custodia-ipa.noarch Package Contents on Amazon Linux 2

/usr/lib/python2.7/site-packages/custodia/ipa/__init__.py
/usr/lib/python2.7/site-packages/custodia/ipa/__init__.pyc
/usr/lib/python2.7/site-packages/custodia/ipa/__init__.pyo
/usr/lib/python2.7/site-packages/custodia/ipa/vault.py
/usr/lib/python2.7/site-packages/custodia/ipa/vault.pyc
/usr/lib/python2.7/site-packages/custodia/ipa/vault.pyo
/usr/share/doc/custodia/README.custodia.ipa

References

Summary

In this tutorial we learn how to install python-custodia-ipa.noarch on Amazon Linux 2 using yum.