How To Install google-cpu_features on Fedora 36

In this tutorial we learn how to install google-cpu_features in Fedora 36. google-cpu_features is A cross-platform C library to retrieve CPU features at runtime

Introduction

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

What is google-cpu_features

A cross-platform C library to retrieve CPU features at runtime.

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

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

sudo dnf -y install google-cpu_features

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

sudo yum -y install google-cpu_features

How To Uninstall google-cpu_features on Fedora 36

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

sudo dnf remove google-cpu_features

google-cpu_features Package Contents on Fedora 36

/usr/bin/list_cpu_features
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/06b71e609565525ab86458d4831bea76e40414
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/2ea8163acbcc5c2e6c31e5184e05a386321dc5
/usr/lib64/libcpu_features.so.0
/usr/lib64/libcpu_features.so.0.6
/usr/share/doc/google-cpu_features
/usr/share/doc/google-cpu_features/CONTRIBUTING.md
/usr/share/doc/google-cpu_features/README.md
/usr/share/licenses/google-cpu_features
/usr/share/licenses/google-cpu_features/LICENSE
---
title: "How To Install google-cpu_features on Fedora 36"
linkTitle: "google-cpu_features"
type: "docs"
description: "In this tutorial we learn how to install google-cpu_features in Fedora 36. google-cpu_features is A cross-platform C library to retrieve CPU features at runtime"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/google-cpu_features-featured.png
---

## Introduction

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

### What is `google-cpu_features`

> A cross-platform C library to retrieve CPU features at runtime.  

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

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

sudo dnf -y install google-cpu_features

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

sudo yum -y install google-cpu_features

How To Uninstall google-cpu_features on Fedora 36

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

sudo dnf remove google-cpu_features

google-cpu_features Package Contents on Fedora 36

/usr/bin/list_cpu_features
/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/3f8a26f9e09a5bb114c2773c98e6f08aa67ac0
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/9b4678b2492f9304aa3ffbc4af8167af44a8e8
/usr/lib/libcpu_features.so.0
/usr/lib/libcpu_features.so.0.6
/usr/share/doc/google-cpu_features
/usr/share/doc/google-cpu_features/CONTRIBUTING.md
/usr/share/doc/google-cpu_features/README.md
/usr/share/licenses/google-cpu_features
/usr/share/licenses/google-cpu_features/LICENSE

References

Summary

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


## References

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

## Summary

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