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

Last updated: September 21,2024

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

Please follow the steps below to install perl-String-CRC32.x86_64 on Fedora 34

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

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

This guide let you learn how to uninstall perl-String-CRC32.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:57:12 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-String-CRC32
Version : 2.100
Release : 1.fc34
Architecture : x86_64
Size : 20 k
Source : perl-String-CRC32-2.100-1.fc34.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.