How to Install and Uninstall python3-custodia.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-custodia.noarch" package

Please follow the steps below to install python3-custodia.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-custodia.noarch

2. Uninstall "python3-custodia.noarch" package

This is a short guide on how to uninstall python3-custodia.noarch on Fedora 34:

$ sudo dnf remove python3-custodia.noarch $ sudo dnf autoremove

3. Information about the python3-custodia.noarch package on Fedora 34

Last metadata expiration check: 0:45:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-custodia
Version : 0.6.0
Release : 15.fc34
Architecture : noarch
Size : 116 k
Source : custodia-0.6.0-15.fc34.src.rpm
Repository : fedora
Summary : Sub-package with python3 custodia modules
URL : https://github.com/latchset/custodia
License : GPLv3+
Description : Sub-package with python custodia modules
:
:
: 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.