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

Last updated: September 19,2024

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

This is a short guide on how to install perl-Net-POP3S.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 1:46:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Net-POP3S
Version : 0.12
Release : 4.fc35
Architecture : noarch
Size : 15 k
Source : perl-Net-POP3S-0.12-4.fc35.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.