How to Install and Uninstall python-custodia-ipa.noarch Package on Amazon Linux 2

Last updated: May 06,2024

1. Install "python-custodia-ipa.noarch" package

Please follow the guidance below to install python-custodia-ipa.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-custodia-ipa.noarch

2. Uninstall "python-custodia-ipa.noarch" package

This guide covers the steps necessary to uninstall python-custodia-ipa.noarch on Amazon Linux 2:

$ sudo yum remove python-custodia-ipa.noarch $ sudo yum autoremove

3. Information about the python-custodia-ipa.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-custodia-ipa
Arch : noarch
Version : 0.3.1
Release : 4.amzn2
Size : 14 k
Repo : amzn2-core/2/x86_64
Summary : Sub-package with python2 custodia.ipa vault module
URL : https://github.com/latchset/custodia
License : GPLv3+
Description : 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.