How To Install zile on CentOS 7

In this tutorial we learn how to install zile on CentOS 7. zile is Zile Is Lossy Emacs

Introduction

In this tutorial we learn how to install zile on CentOS 7.

What is zile

Zile is a small Emacs clone. Zile is a customizable, self-documenting real-time open-source display editor. Zile was written to be as similar as possible to Emacs; every Emacs user should feel at home.

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

Install zile on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install zile using yum by running the following command:

sudo yum -y install zile

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

sudo dnf -y install zile

How To Uninstall zile on CentOS 7

To uninstall only the zile package we can use the following command:

sudo dnf remove zile

References

Summary

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