How To Install perl-Net-POP3S on Fedora 36

In this tutorial we learn how to install perl-Net-POP3S in Fedora 36. perl-Net-POP3S is SSL/STARTTLS support for Net

Introduction

In this tutorial we learn how to install perl-Net-POP3S on Fedora 36.

What is perl-Net-POP3S

This module implements a wrapper for Net support. This module inherits all the methods from Net all the friendly options that came bundled with Net 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 document of IO

We can use yum or dnf to install perl-Net-POP3S on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-POP3S.

Install perl-Net-POP3S on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Net-POP3S using dnf by running the following command:

sudo dnf -y install perl-Net-POP3S

Install perl-Net-POP3S on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Net-POP3S using yum by running the following command:

sudo yum -y install perl-Net-POP3S

How To Uninstall perl-Net-POP3S on Fedora 36

To uninstall only the perl-Net-POP3S package we can use the following command:

sudo dnf remove perl-Net-POP3S

perl-Net-POP3S Package Contents on Fedora 36

/usr/share/doc/perl-Net-POP3S
/usr/share/doc/perl-Net-POP3S/Changes
/usr/share/doc/perl-Net-POP3S/README
/usr/share/man/man3/Net::POP3S.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/POP3S.pm

References

Summary

In this tutorial we learn how to install perl-Net-POP3S on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).