How to Install and Uninstall perl-String-CRC32.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "perl-String-CRC32.x86_64" package

Please follow the instructions below to install perl-String-CRC32.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-String-CRC32.x86_64

2. Uninstall "perl-String-CRC32.x86_64" package

Please follow the step by step instructions below to uninstall perl-String-CRC32.x86_64 on Fedora 36:

$ sudo dnf remove perl-String-CRC32.x86_64 $ sudo dnf autoremove

3. Information about the perl-String-CRC32.x86_64 package on Fedora 36

Last metadata expiration check: 4:24:50 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-String-CRC32
Version : 2.100
Release : 4.fc36
Architecture : x86_64
Size : 20 k
Source : perl-String-CRC32-2.100-4.fc36.src.rpm
Repository : fedora
Summary : Perl interface for cyclic redundancy check generation
URL : https://metacpan.org/release/String-CRC32
License : Public Domain
Description : This packages provides a perl module to generate checksums from strings and
: from files.
:
: The checksums are the same as those calculated by ZMODEM, PKZIP, PICCHECK and
: many others.
:
: There's another perl module called String::CRC, which supports calculation of
: CRC values of various widths (i.e. not just 32 bits), but the generated sums
: differ from those of the programs mentioned above.