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

Last updated: September 30,2024

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

This is a short guide on how to install perl-Crypt-Blowfish_PP.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall perl-Crypt-Blowfish_PP.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:03:19 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Crypt-Blowfish_PP
Version : 1.12
Release : 29.fc36
Architecture : noarch
Size : 20 k
Source : perl-Crypt-Blowfish_PP-1.12-29.fc36.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.