How to Install and Uninstall perl-String-CRC32.src Package on Oracle Linux 8

Last updated: November 29,2024

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

Please follow the guidance below to install perl-String-CRC32.src on Oracle Linux 8

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

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

This tutorial shows how to uninstall perl-String-CRC32.src on Oracle Linux 8:

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

3. Information about the perl-String-CRC32.src package on Oracle Linux 8

Last metadata expiration check: 5:40:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-String-CRC32
Version : 1.6
Release : 4.el8
Architecture : src
Size : 23 k
Source : None
Repository : ol8_appstream
Summary : Perl interface for cyclic redundancy check generation
URL : http://search.cpan.org/dist/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.