How To Install compizconfig-python on Fedora 36

In this tutorial we learn how to install compizconfig-python in Fedora 36. compizconfig-python is Python bindings for the Compiz Configuration System

Introduction

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

What is compizconfig-python

The Compiz Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity though plugins and themes contributed by the community giving a rich desktop experience. This package contains bindings to configure Compiz’s plugins and the composite window manager.

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

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

sudo dnf -y install compizconfig-python

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

sudo yum -y install compizconfig-python

How To Uninstall compizconfig-python on Fedora 36

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

sudo dnf remove compizconfig-python

compizconfig-python Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/f80bfd7822ec8640c8098c6882f1f555716194
/usr/lib64/python3.10/site-packages/compizconfig.so
/usr/share/doc/compizconfig-python
/usr/share/doc/compizconfig-python/COPYING
/usr/share/doc/compizconfig-python/NEWS

References

Summary

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