How To Install python-caja-devel on Fedora 36

In this tutorial we learn how to install python-caja-devel in Fedora 36. python-caja-devel is Python bindings for Caja

Introduction

In this tutorial we learn how to install python-caja-devel on Fedora 36.

What is python-caja-devel

Python bindings for Caja

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

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

sudo dnf -y install python-caja-devel

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

sudo yum -y install python-caja-devel

How To Uninstall python-caja-devel on Fedora 36

To uninstall only the python-caja-devel package we can use the following command:

sudo dnf remove python-caja-devel

python-caja-devel Package Contents on Fedora 36

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

## Introduction

In this tutorial we learn how to install `python-caja-devel` on Fedora 36.

### What is `python-caja-devel`

>  Python bindings for Caja  

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

## Install python-caja-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 python-caja-devel using dnf by running the following command:

sudo dnf -y install python-caja-devel

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

sudo yum -y install python-caja-devel

How To Uninstall python-caja-devel on Fedora 36

To uninstall only the python-caja-devel package we can use the following command:

sudo dnf remove python-caja-devel

python-caja-devel Package Contents on Fedora 36

/usr/lib/pkgconfig/caja-python.pc

References

Summary

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

/usr/lib64/pkgconfig/caja-python.pc


## References

* [python-caja-devel website](http://mate-desktop.org)

## Summary

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