How To Install perl-Crypt-SSLeay on Fedora 36
Introduction
In this tutorial we learn how to install perl-Crypt-SSLeay
on Fedora 36.
What is perl-Crypt-SSLeay
These Perl modules provide support for the HTTPS protocol under the World-Wide Web library for Perl (LWP), so that a LWP and POST requests. This package contains Net LWP for that module to work.
We can use yum
or dnf
to install perl-Crypt-SSLeay
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Crypt-SSLeay.
Install perl-Crypt-SSLeay 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-Crypt-SSLeay
using dnf
by running the following command:
sudo dnf -y install perl-Crypt-SSLeay
Install perl-Crypt-SSLeay 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-Crypt-SSLeay
using yum
by running the following command:
sudo yum -y install perl-Crypt-SSLeay
How To Uninstall perl-Crypt-SSLeay on Fedora 36
To uninstall only the perl-Crypt-SSLeay
package we can use the following command:
sudo dnf remove perl-Crypt-SSLeay
perl-Crypt-SSLeay Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/b65476e47665bfe821257988e6c1f81868cae6
/usr/lib64/perl5/vendor_perl/Crypt
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/CTX.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Conn.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Err.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/MainContext.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Version.pm
/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/X509.pm
/usr/lib64/perl5/vendor_perl/Net
/usr/lib64/perl5/vendor_perl/Net/SSL.pm
/usr/lib64/perl5/vendor_perl/auto/Crypt
/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay
/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so
/usr/share/doc/perl-Crypt-SSLeay
/usr/share/doc/perl-Crypt-SSLeay/Changes
/usr/share/doc/perl-Crypt-SSLeay/ca-bundle.crt
/usr/share/doc/perl-Crypt-SSLeay/lwp-ssl-test
/usr/share/doc/perl-Crypt-SSLeay/net-ssl-test
/usr/share/doc/perl-Crypt-SSLeay/notacacert.pem
/usr/share/doc/perl-Crypt-SSLeay/notacakeynopass.pem
/usr/share/man/man3/Crypt::SSLeay.3pm.gz
/usr/share/man/man3/Crypt::SSLeay::Version.3pm.gz
/usr/share/man/man3/Net::SSL.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Crypt-SSLeay
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).