How To Install python3-librealsense-devel on Fedora 36

In this tutorial we learn how to install python3-librealsense-devel in Fedora 36. python3-librealsense-devel is Python development files for librealsense

Introduction

In this tutorial we learn how to install python3-librealsense-devel on Fedora 36.

What is python3-librealsense-devel

The python3-librealsense-devel package contains libraries and header files for developing python applications that use librealsense.

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

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

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

## Introduction

In this tutorial we learn how to install `python3-librealsense-devel` on Fedora 36.

### What is `python3-librealsense-devel`

> The python3-librealsense-devel package contains libraries and header files for developing python applications that use librealsense.  

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

Install python3-librealsense-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

Install python3-librealsense-devel on Fedora 36 Using yum

Update yum database with `yum` using the following command.
sudo dnf makecache --refresh

sudo yum makecache --refresh
After updating yum database, We can install `python3-librealsense-devel` using `dnf` by running the following command:
After updating yum database, We can install `python3-librealsense-devel` using `yum` by running the following command:
sudo dnf -y install python3-librealsense-devel

## Install python3-librealsense-devel on Fedora 36 Using yum

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

sudo yum -y install python3-librealsense-devel
```bash

sudo yum makecache –refresh

How To Uninstall python3-librealsense-devel on Fedora 36



To uninstall only the `python3-librealsense-devel` package we can use the following command:
After updating yum database, We can install `python3-librealsense-devel` using `yum` by running the following command:


```bash
```bash
sudo dnf remove python3-librealsense-devel
sudo yum -y install python3-librealsense-devel

## How To Uninstall python3-librealsense-devel on Fedora 36
## python3-librealsense-devel Package Contents on Fedora 36


```bash
To uninstall only the `python3-librealsense-devel` package we can use the following command:

```bash
sudo dnf remove python3-librealsense-devel

python3-librealsense-devel Package Contents on Fedora 36

/usr/lib64/cmake/pyrealsense2
/usr/lib64/cmake/pyrealsense2/pyrealsense2Config.cmake
/usr/lib64/cmake/pyrealsense2/pyrealsense2ConfigVersion.cmake
/usr/lib64/cmake/pyrealsense2/pyrealsense2Targets-noconfig.cmake
/usr/lib64/cmake/pyrealsense2/pyrealsense2Targets.cmake
/usr/lib64/python3.10/site-packages/pyrealsense2/pybackend2.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/pyrealsense2/pyrealsense2.cpython-310-x86_64-linux-gnu.so

References

Summary

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

/usr/lib/cmake/pyrealsense2 /usr/lib/cmake/pyrealsense2/pyrealsense2Config.cmake /usr/lib/cmake/pyrealsense2/pyrealsense2ConfigVersion.cmake /usr/lib/cmake/pyrealsense2/pyrealsense2Targets-noconfig.cmake /usr/lib/cmake/pyrealsense2/pyrealsense2Targets.cmake /usr/lib/python3.10/site-packages/pyrealsense2/pybackend2.cpython-310-i386-linux-gnu.so /usr/lib/python3.10/site-packages/pyrealsense2/pyrealsense2.cpython-310-i386-linux-gnu.so


## References

* [python3-librealsense-devel website](https://github.com/IntelRealSense/librealsense)

## Summary

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