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

Last updated: October 05,2024

1. Install "custodia.noarch" package

In this section, we are going to explain the necessary steps to install custodia.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install custodia.noarch

2. Uninstall "custodia.noarch" package

Please follow the step by step instructions below to uninstall custodia.noarch on Fedora 34:

$ sudo dnf remove custodia.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:53:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : custodia
Version : 0.6.0
Release : 15.fc34
Architecture : noarch
Size : 30 k
Source : custodia-0.6.0-15.fc34.src.rpm
Repository : fedora
Summary : A service to manage, retrieve and store secrets for other processes
URL : https://github.com/latchset/custodia
License : GPLv3+
Description : A service to manage, retrieve and store secrets for other processes
:
:
: 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.