How to Install and Uninstall python3-auth-credential.noarch Package on CentOS 8 / RHEL 8

Last updated: September 28,2024

1. Install "python3-auth-credential.noarch" package

This guide covers the steps necessary to install python3-auth-credential.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-auth-credential.noarch

2. Uninstall "python3-auth-credential.noarch" package

Here is a brief guide to show you how to uninstall python3-auth-credential.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-auth-credential.noarch $ sudo dnf autoremove

3. Information about the python3-auth-credential.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:45:21 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-auth-credential
Version : 1.0
Release : 21.el8
Architecture : noarch
Size : 24 k
Source : python-auth-credential-1.0-21.el8.src.rpm
Repository : epel
Summary : Python abstraction of a credential
URL : https://github.com/cern-mig/python-auth-credential
License : ASL 2.0
Description : This module offers an abstraction of a credential, i.e. something that
: can be used to authenticate. It allows the creation and manipulation of
: credentials. In particular, it defines a standard string representation
: (so that credentials can be given to external programs as command line
: options), a standard structured representation (so that credentials can
: be stored in structured configuration files or using JSON) and
: "preparators" that can transform credentials into ready-to-use data for
: well known targets.
:
: The python module auth.credential is compatible with the Perl
: module Authen::Credential.