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

Last updated: March 12,2025

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

Learn how to install perl-Crypt-Blowfish_PP.noarch on Fedora 39

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

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

This tutorial shows how to uninstall perl-Crypt-Blowfish_PP.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:21:42 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Crypt-Blowfish_PP
Version : 1.12
Release : 33.fc39
Architecture : noarch
Size : 20 k
Source : perl-Crypt-Blowfish_PP-1.12-33.fc39.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.