How To Install perl-Net-IMAP-Simple-SSL on Fedora 36
Introduction
In this tutorial we learn how to install perl-Net-IMAP-Simple-SSL on Fedora 36.
What is perl-Net-IMAP-Simple-SSL
Perl extension for simple IMAP account handling, mostly compatible with Net
We can use yum or dnf to install perl-Net-IMAP-Simple-SSL on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-IMAP-Simple-SSL.
Install perl-Net-IMAP-Simple-SSL 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-IMAP-Simple-SSL using dnf by running the following command:
sudo dnf -y install perl-Net-IMAP-Simple-SSL
Install perl-Net-IMAP-Simple-SSL 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-IMAP-Simple-SSL using yum by running the following command:
sudo yum -y install perl-Net-IMAP-Simple-SSL
How To Uninstall perl-Net-IMAP-Simple-SSL on Fedora 36
To uninstall only the perl-Net-IMAP-Simple-SSL package we can use the following command:
sudo dnf remove perl-Net-IMAP-Simple-SSL
perl-Net-IMAP-Simple-SSL Package Contents on Fedora 36
/usr/share/doc/perl-Net-IMAP-Simple-SSL
/usr/share/doc/perl-Net-IMAP-Simple-SSL/Changes
/usr/share/doc/perl-Net-IMAP-Simple-SSL/README
/usr/share/man/man3/Net::IMAP::Simple::SSL.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/IMAP
/usr/share/perl5/vendor_perl/Net/IMAP/Simple
/usr/share/perl5/vendor_perl/Net/IMAP/Simple/SSL.pm
References
Summary
In this tutorial we learn how to install perl-Net-IMAP-Simple-SSL on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).