How To Install google-crc32c on Fedora 36

In this tutorial we learn how to install google-crc32c in Fedora 36. google-crc32c is CRC32C implementation with support for CPU-specific acceleration instructions

Introduction

In this tutorial we learn how to install google-crc32c on Fedora 36.

What is google-crc32c

This project collects a few CRC32C implementations under an umbrella that dispatches to a suitable implementation based on the host computer’s hardware capabilities. CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720. The polynomial was introduced by G. Castagnoli, S. Braeuer and M. Herrmann. CRC32C is used in software such as Btrfs, ext4, Ceph and leveldb.

We can use yum or dnf to install google-crc32c on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install google-crc32c.

Install google-crc32c on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install google-crc32c using dnf by running the following command:

sudo dnf -y install google-crc32c

Install google-crc32c on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install google-crc32c using yum by running the following command:

sudo yum -y install google-crc32c

How To Uninstall google-crc32c on Fedora 36

To uninstall only the google-crc32c package we can use the following command:

sudo dnf remove google-crc32c

google-crc32c Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/a337f0e859420c6ffc914c50b4af0378148b0b
/usr/lib64/libcrc32c.so.1
/usr/lib64/libcrc32c.so.1.1.0
/usr/share/doc/google-crc32c
/usr/share/doc/google-crc32c/README.md
/usr/share/licenses/google-crc32c
/usr/share/licenses/google-crc32c/LICENSE

References

Summary

In this tutorial we learn how to install google-crc32c on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install google-crc32c on Fedora 36” linkTitle: “google-crc32c” type: “docs” description: “In this tutorial we learn how to install google-crc32c in Fedora 36. google-crc32c is CRC32C implementation with support for CPU-specific acceleration instructions” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/google-crc32c-featured.png

Introduction

In this tutorial we learn how to install google-crc32c on Fedora 36.

What is google-crc32c

This project collects a few CRC32C implementations under an umbrella that dispatches to a suitable implementation based on the host computer’s hardware capabilities. CRC32C is specified as the CRC that uses the iSCSI polynomial in RFC 3720. The polynomial was introduced by G. Castagnoli, S. Braeuer and M. Herrmann. CRC32C is used in software such as Btrfs, ext4, Ceph and leveldb.

We can use yum or dnf to install google-crc32c on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install google-crc32c.

Install google-crc32c on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install google-crc32c using dnf by running the following command:

sudo dnf -y install google-crc32c

Install google-crc32c on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install google-crc32c using yum by running the following command:

sudo yum -y install google-crc32c

How To Uninstall google-crc32c on Fedora 36

To uninstall only the google-crc32c package we can use the following command:

sudo dnf remove google-crc32c

google-crc32c Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/216a21ff6ec3ffad032dbea9033215472d2568
/usr/lib/libcrc32c.so.1
/usr/lib/libcrc32c.so.1.1.0
/usr/share/doc/google-crc32c
/usr/share/doc/google-crc32c/README.md
/usr/share/licenses/google-crc32c
/usr/share/licenses/google-crc32c/LICENSE

References

Summary

In this tutorial we learn how to install google-crc32c on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).