How to Install and Uninstall perl-Crypt-Blowfish_PP.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-Crypt-Blowfish_PP.noarch" package

This tutorial shows how to install perl-Crypt-Blowfish_PP.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Crypt-Blowfish_PP.noarch

2. Uninstall "perl-Crypt-Blowfish_PP.noarch" package

This guide let you learn how to uninstall perl-Crypt-Blowfish_PP.noarch on Fedora 34:

$ sudo dnf remove perl-Crypt-Blowfish_PP.noarch $ sudo dnf autoremove

3. Information about the perl-Crypt-Blowfish_PP.noarch package on Fedora 34

Last metadata expiration check: 0:08:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Crypt-Blowfish_PP
Version : 1.12
Release : 26.fc34
Architecture : noarch
Size : 21 k
Source : perl-Crypt-Blowfish_PP-1.12-26.fc34.src.rpm
Repository : fedora
Summary : Blowfish encryption algorithm implemented purely in Perl
URL : https://metacpan.org/pod/release/MATTBM/Crypt-Blowfish_PP-1.12/Blowfish_PP.pm
License : GPL+ or Artistic
Description : The Crypt::Blowfish_PP module provides for users to use the Blowfish
: encryption algorithm in perl. The implementation is entirely Object
: Oriented, as there is quite a lot of context inherent in making blowfish
: as fast as it is. The key is anywhere between 64 and 448 bits (8 and 56
: bytes), and should be passed as a packed string. The transformation itself
: is a 16-round Feistel Network, and operates on a 64 bit block.