How To Install google-crc32c-devel on Fedora 36

In this tutorial we learn how to install google-crc32c-devel in Fedora 36. google-crc32c-devel is Development files for google-crc32c

Introduction

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

What is google-crc32c-devel

The google-crc32c-devel package contains libraries and header files for developing applications that use google-crc32c.

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

Install google-crc32c-devel 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-devel using dnf by running the following command:

sudo dnf -y install google-crc32c-devel

Install google-crc32c-devel 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-devel using yum by running the following command:

sudo yum -y install google-crc32c-devel

How To Uninstall google-crc32c-devel on Fedora 36

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

sudo dnf remove google-crc32c-devel

google-crc32c-devel Package Contents on Fedora 36

---
title: "How To Install google-crc32c-devel on Fedora 36"
linkTitle: "google-crc32c-devel"
type: "docs"
description: "In this tutorial we learn how to install google-crc32c-devel in Fedora 36. google-crc32c-devel is Development files for google-crc32c"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/google-crc32c-devel-featured.png
---

## Introduction

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

### What is `google-crc32c-devel`

> The google-crc32c-devel package contains libraries and header files for developing applications that use google-crc32c.  

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

## Install google-crc32c-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install google-crc32c-devel

Install google-crc32c-devel on Fedora 36 Using yum

/usr/include/crc32c /usr/include/crc32c/crc32c.h /usr/lib/cmake/Crc32c /usr/lib/cmake/Crc32c/Crc32cConfig.cmake /usr/lib/cmake/Crc32c/Crc32cConfigVersion.cmake /usr/lib/cmake/Crc32c/Crc32cTargets-release.cmake /usr/lib/cmake/Crc32c/Crc32cTargets.cmake /usr/lib/libcrc32c.so /usr/share/doc/google-crc32c-devel /usr/share/doc/google-crc32c-devel/README.md /usr/share/licenses/google-crc32c-devel /usr/share/licenses/google-crc32c-devel/LICENSE


## References

* [google-crc32c-devel website](https://github.com/google/crc32c)

## Summary

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

Update yum database with `yum` using the following command.

```bash
sudo yum makecache --refresh

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

sudo yum -y install google-crc32c-devel

How To Uninstall google-crc32c-devel on Fedora 36

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

sudo dnf remove google-crc32c-devel

google-crc32c-devel Package Contents on Fedora 36

/usr/include/crc32c
/usr/include/crc32c/crc32c.h
/usr/lib64/cmake/Crc32c
/usr/lib64/cmake/Crc32c/Crc32cConfig.cmake
/usr/lib64/cmake/Crc32c/Crc32cConfigVersion.cmake
/usr/lib64/cmake/Crc32c/Crc32cTargets-release.cmake
/usr/lib64/cmake/Crc32c/Crc32cTargets.cmake
/usr/lib64/libcrc32c.so
/usr/share/doc/google-crc32c-devel
/usr/share/doc/google-crc32c-devel/README.md
/usr/share/licenses/google-crc32c-devel
/usr/share/licenses/google-crc32c-devel/LICENSE

References

Summary

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