How To Install cairo-dock-python3 on Fedora 36

In this tutorial we learn how to install cairo-dock-python3 in Fedora 36. cairo-dock-python3 is Python3 binding for Cairo-Dock

Introduction

In this tutorial we learn how to install cairo-dock-python3 on Fedora 36.

What is cairo-dock-python3

This package contains Python3 binding files for Cairo-Dock

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

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

sudo dnf -y install cairo-dock-python3

Install cairo-dock-python3 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 cairo-dock-python3 using yum by running the following command:

sudo yum -y install cairo-dock-python3

How To Uninstall cairo-dock-python3 on Fedora 36

To uninstall only the cairo-dock-python3 package we can use the following command:

sudo dnf remove cairo-dock-python3

cairo-dock-python3 Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/CDApplet-1.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/CDApplet.py
/usr/lib/python3.10/site-packages/CDBashApplet-1.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/CDBashApplet.py
/usr/lib/python3.10/site-packages/CairoDock.py
/usr/lib/python3.10/site-packages/__pycache__
/usr/lib/python3.10/site-packages/__pycache__/CDApplet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/CDApplet.cpython-310.pyc
/usr/lib/python3.10/site-packages/__pycache__/CDBashApplet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/CDBashApplet.cpython-310.pyc
/usr/lib/python3.10/site-packages/__pycache__/CairoDock.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/CairoDock.cpython-310.pyc

References

Summary

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