How To Install libfreenect-static on Fedora 36

In this tutorial we learn how to install libfreenect-static in Fedora 36. libfreenect-static is Development files for libfreenect

Introduction

In this tutorial we learn how to install libfreenect-static on Fedora 36.

What is libfreenect-static

The libfreenect-static package contains static libraries for developing applications that use libfreenect.

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

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

sudo dnf -y install libfreenect-static

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

sudo yum -y install libfreenect-static

How To Uninstall libfreenect-static on Fedora 36

To uninstall only the libfreenect-static package we can use the following command:

sudo dnf remove libfreenect-static

libfreenect-static Package Contents on Fedora 36

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

## Introduction

In this tutorial we learn how to install `libfreenect-static` on Fedora 36.

### What is `libfreenect-static`

> The libfreenect-static package contains static libraries for developing applications that use libfreenect.  

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

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

sudo dnf -y install libfreenect-static

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

sudo yum -y install libfreenect-static

How To Uninstall libfreenect-static on Fedora 36

To uninstall only the libfreenect-static package we can use the following command:

sudo dnf remove libfreenect-static

libfreenect-static Package Contents on Fedora 36

/usr/lib/libfreenect.a
/usr/lib/libfreenect_sync.a

References

Summary

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

/usr/lib64/libfreenect.a /usr/lib64/libfreenect_sync.a


## References

* [libfreenect-static website](http://www.openkinect.org/)

## Summary

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