How To Install perl-Crypt-PWSafe3 on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Crypt-PWSafe3
on Rocky Linux 8.
What is perl-Crypt-PWSafe3
Crypt created by Password Safe V3 (and up) available at <http
We can use yum
or dnf
to install perl-Crypt-PWSafe3
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Crypt-PWSafe3.
Install perl-Crypt-PWSafe3 on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Crypt-PWSafe3
using dnf
by running the following command:
sudo dnf -y install perl-Crypt-PWSafe3
Install perl-Crypt-PWSafe3 on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Crypt-PWSafe3
using yum
by running the following command:
sudo yum -y install perl-Crypt-PWSafe3
How To Uninstall perl-Crypt-PWSafe3 on Rocky Linux 8
To uninstall only the perl-Crypt-PWSafe3
package we can use the following command:
sudo dnf remove perl-Crypt-PWSafe3
perl-Crypt-PWSafe3 Package Contents on Rocky Linux 8
/usr/share/doc/perl-Crypt-PWSafe3
/usr/share/doc/perl-Crypt-PWSafe3/CHANGELOG
/usr/share/doc/perl-Crypt-PWSafe3/README
/usr/share/man/man3/Crypt::PWSafe3.3pm.gz
/usr/share/man/man3/Crypt::PWSafe3::Databaseformat.3pm.gz
/usr/share/man/man3/Crypt::PWSafe3::Field.3pm.gz
/usr/share/man/man3/Crypt::PWSafe3::HeaderField.3pm.gz
/usr/share/man/man3/Crypt::PWSafe3::PasswordPolicy.3pm.gz
/usr/share/man/man3/Crypt::PWSafe3::Record.3pm.gz
/usr/share/man/man3/Crypt::PWSafe3::SHA256.3pm.gz
/usr/share/perl5/vendor_perl/Crypt
/usr/share/perl5/vendor_perl/Crypt/PWSafe3
/usr/share/perl5/vendor_perl/Crypt/PWSafe3.pm
/usr/share/perl5/vendor_perl/Crypt/PWSafe3/Databaseformat.pm
/usr/share/perl5/vendor_perl/Crypt/PWSafe3/Field.pm
/usr/share/perl5/vendor_perl/Crypt/PWSafe3/HeaderField.pm
/usr/share/perl5/vendor_perl/Crypt/PWSafe3/PasswordPolicy.pm
/usr/share/perl5/vendor_perl/Crypt/PWSafe3/Record.pm
/usr/share/perl5/vendor_perl/Crypt/PWSafe3/SHA256.pm
References
Summary
In this tutorial we learn how to install perl-Crypt-PWSafe3
on Rocky Linux 8 using yum and dnf.