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

Last updated: October 05,2024

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

Please follow the guidelines below to install perl-POE-Component-Client-Ident.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-POE-Component-Client-Ident.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 0:53:45 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-POE-Component-Client-Ident
Version : 1.16
Release : 24.fc34
Architecture : noarch
Size : 33 k
Source : perl-POE-Component-Client-Ident-1.16-24.fc34.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.