How to Install and Uninstall perl-Authen-Credential.noarch Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

1. Install "perl-Authen-Credential.noarch" package

Please follow the guidance below to install perl-Authen-Credential.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install perl-Authen-Credential.noarch

2. Uninstall "perl-Authen-Credential.noarch" package

This guide covers the steps necessary to uninstall perl-Authen-Credential.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove perl-Authen-Credential.noarch $ sudo dnf autoremove

3. Information about the perl-Authen-Credential.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:31:11 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Authen-Credential
Version : 1.1
Release : 13.el8
Architecture : noarch
Size : 25 k
Source : perl-Authen-Credential-1.1-13.el8.src.rpm
Repository : epel
Summary : Abstraction of a credential
URL : https://metacpan.org/release/Authen-Credential
License : GPL+ or Artistic
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.