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

Last updated: November 29,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 38

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

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

This guide covers the steps necessary to uninstall perl-POE-Component-Client-Ident.noarch on Fedora 38:

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

Last metadata expiration check: 4:58:44 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-POE-Component-Client-Ident
Version : 1.16
Release : 31.fc38
Architecture : noarch
Size : 32 k
Source : perl-POE-Component-Client-Ident-1.16-31.fc38.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-1.0-or-later OR Artistic-1.0-Perl
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.