How To Install tiled-plugin-python on Fedora 36

In this tutorial we learn how to install tiled-plugin-python in Fedora 36. tiled-plugin-python is Python plugin for Tiled

Introduction

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

What is tiled-plugin-python

A plugin for tiled which allows to write Python plugins.

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

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

sudo dnf -y install tiled-plugin-python

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

sudo yum -y install tiled-plugin-python

How To Uninstall tiled-plugin-python on Fedora 36

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

sudo dnf remove tiled-plugin-python

tiled-plugin-python Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/07df94c3ed338792cff2c42909e8b4fbf25cb1
/usr/lib64/tiled/plugins/libpython.so

References

Summary

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