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

Last updated: January 12,2025

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

Here is a brief guide to show you how to install perl-POE-Component-Client-Ident.noarch on Fedora 39

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

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

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

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

Last metadata expiration check: 4:32:14 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-POE-Component-Client-Ident
Version : 1.16
Release : 32.fc39
Architecture : noarch
Size : 32 k
Source : perl-POE-Component-Client-Ident-1.16-32.fc39.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.