How to Install and Uninstall perl-String-CRC32.x86_64 Package on AlmaLinux 9

Last updated: October 07,2024

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

Please follow the guidelines below to install perl-String-CRC32.x86_64 on AlmaLinux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-String-CRC32.x86_64 on AlmaLinux 9:

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

3. Information about the perl-String-CRC32.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:21:16 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-String-CRC32
Version : 2.100
Release : 1.el9
Architecture : x86_64
Size : 20 k
Source : perl-String-CRC32-2.100-1.el9.src.rpm
Repository : epel
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.