How To Install python-kajiki on CentOS 7

In this tutorial we learn how to install python-kajiki on CentOS 7. python-kajiki is Really fast well-formed xml templates

Introduction

In this tutorial we learn how to install python-kajiki on CentOS 7.

What is python-kajiki

Are you tired of the slow performance of Genshi? But you still long for the assurance that your output is well-formed that you miss from all those other templating engines? Do you wish you had Jinja’s blocks with Genshi’s syntax? Then look no further, Kajiki is for you! Kajiki quickly compiles Genshi-like syntax to real python bytecode that renders with blazing-fast speed! Don’t delay! Pick up your copy of Kajiki today!

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

Install python-kajiki on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install python-kajiki using yum by running the following command:

sudo yum -y install python-kajiki

Install python-kajiki on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install python-kajiki using dnf by running the following command:

sudo dnf -y install python-kajiki

How To Uninstall python-kajiki on CentOS 7

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

sudo dnf remove python-kajiki

References

Summary

In this tutorial we learn how to install python-kajiki on CentOS 7 using yum and dnf.