How To Install perl-Crypt-OpenSSL-EC on Fedora 36
Introduction
In this tutorial we learn how to install perl-Crypt-OpenSSL-EC
on Fedora 36.
What is perl-Crypt-OpenSSL-EC
This package provides a Perl standard (non-object-oriented) interface to the OpenSSL Elliptic Curve library. Some object-oriented calls are supported.
We can use yum
or dnf
to install perl-Crypt-OpenSSL-EC
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Crypt-OpenSSL-EC.
Install perl-Crypt-OpenSSL-EC 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-OpenSSL-EC
using dnf
by running the following command:
sudo dnf -y install perl-Crypt-OpenSSL-EC
Install perl-Crypt-OpenSSL-EC 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-OpenSSL-EC
using yum
by running the following command:
sudo yum -y install perl-Crypt-OpenSSL-EC
How To Uninstall perl-Crypt-OpenSSL-EC on Fedora 36
To uninstall only the perl-Crypt-OpenSSL-EC
package we can use the following command:
sudo dnf remove perl-Crypt-OpenSSL-EC
perl-Crypt-OpenSSL-EC Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/d659b217965c1e8a0d55f335aca46efb7a4af8
/usr/lib64/perl5/vendor_perl/Crypt
/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL
/usr/lib64/perl5/vendor_perl/Crypt/OpenSSL/EC.pm
/usr/lib64/perl5/vendor_perl/auto/Crypt
/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL
/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC
/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/EC.so
/usr/lib64/perl5/vendor_perl/auto/Crypt/OpenSSL/EC/autosplit.ix
/usr/share/doc/perl-Crypt-OpenSSL-EC
/usr/share/doc/perl-Crypt-OpenSSL-EC/Changes
/usr/share/doc/perl-Crypt-OpenSSL-EC/README
/usr/share/man/man3/Crypt::OpenSSL::EC.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Crypt-OpenSSL-EC
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).