How to Install and Uninstall perl-POE-Component-Client-Ident.noarch Package on Fedora 35

Last updated: April 28,2024

1. Install "perl-POE-Component-Client-Ident.noarch" package

In this section, we are going to explain the necessary steps to install perl-POE-Component-Client-Ident.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-POE-Component-Client-Ident.noarch

2. Uninstall "perl-POE-Component-Client-Ident.noarch" package

Please follow the guidelines below to uninstall perl-POE-Component-Client-Ident.noarch on Fedora 35:

$ sudo dnf remove perl-POE-Component-Client-Ident.noarch $ sudo dnf autoremove

3. Information about the perl-POE-Component-Client-Ident.noarch package on Fedora 35

Last metadata expiration check: 5:09:27 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-POE-Component-Client-Ident
Version : 1.16
Release : 26.fc35
Architecture : noarch
Size : 32 k
Source : perl-POE-Component-Client-Ident-1.16-26.fc35.src.rpm
Repository : fedora
Summary : A component that provides non-blocking Ident lookups to your sessions
URL : https://metacpan.org/release/POE-Component-Client-Ident
License : GPL+ or Artistic
Description : This package ships with three ident modules:
:
: POE::Component::Client::Ident is a POE component that provides
: non-blocking Ident lookup services to other components
: and sessions. The Ident protocol is described in RFC 1413
: .
:
: POE::Component::Client::Ident::Agent is a POE component that provides
: a single "one shot" lookup of a user name on the remote side of a TCP
: connection to other components and sessions, using the ident (auth/tap)
: protocol.
:
: POE::Filter::Ident takes lines of raw Ident input and turns
: them into weird little data structures, suitable for feeding to
: POE::Component::Client::Ident::Agent.