How To Install cryptlib-perl on Fedora 36
Introduction
In this tutorial we learn how to install cryptlib-perl
on Fedora 36.
What is cryptlib-perl
Cryptlib module for application development in Perl
We can use yum
or dnf
to install cryptlib-perl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cryptlib-perl.
Install cryptlib-perl 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 cryptlib-perl
using dnf
by running the following command:
sudo dnf -y install cryptlib-perl
Install cryptlib-perl 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 cryptlib-perl
using yum
by running the following command:
sudo yum -y install cryptlib-perl
How To Uninstall cryptlib-perl on Fedora 36
To uninstall only the cryptlib-perl
package we can use the following command:
sudo dnf remove cryptlib-perl
cryptlib-perl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/ec9534f6a7103e213df935f2d6c1516d52cc49
/usr/lib64/perl5
/usr/lib64/perl5/vendor_perl
/usr/lib64/perl5/vendor_perl/PerlCryptLib.ph
/usr/lib64/perl5/vendor_perl/PerlCryptLib.pm
/usr/lib64/perl5/vendor_perl/auto
/usr/lib64/perl5/vendor_perl/auto/PerlCryptLib
/usr/lib64/perl5/vendor_perl/auto/PerlCryptLib/PerlCryptLib.so
/usr/lib64/perl5/vendor_perl/auto/PerlCryptLib/autosplit.ix
/usr/share/man/man3/PerlCryptLib.3pm.gz
References
Summary
In this tutorial we learn how to install cryptlib-perl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).