How to Install and Uninstall perl-Net-POP3S.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "perl-Net-POP3S.noarch" package

Here is a brief guide to show you how to install perl-Net-POP3S.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Net-POP3S.noarch

2. Uninstall "perl-Net-POP3S.noarch" package

Learn how to uninstall perl-Net-POP3S.noarch on Fedora 39:

$ sudo dnf remove perl-Net-POP3S.noarch $ sudo dnf autoremove

3. Information about the perl-Net-POP3S.noarch package on Fedora 39

Last metadata expiration check: 0:59:27 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Net-POP3S
Version : 0.12
Release : 9.fc39
Architecture : noarch
Size : 14 k
Source : perl-Net-POP3S-0.12-9.fc39.src.rpm
Repository : fedora
Summary : SSL/STARTTLS support for Net::POP3
URL : https://metacpan.org/release/Net-POP3S
License : GPL+ or Artistic
Description : This module implements a wrapper for Net::POP3, enabling over-SSL/STARTTLS
: support. This module inherits all the methods from Net::POP3. You may use
: all the friendly options that came bundled with Net::POP3. You can control
: the SSL usage with the options of new() constructor method. 'doSSL' option
: is the switch, and, If you would like to control detailed SSL settings, you
: can set SSL_* options that are brought from IO::Socket::SSL. Please see the
: document of IO::Socket::SSL about these options detail.