How To Install enki on CentOS 7

In this tutorial we learn how to install enki on CentOS 7. enki is Text editor for programmers

Introduction

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

What is enki

Enki is a text editor for programmers. It is - User friendly. Intuitive interface. Works out of the box. You don’t have to read a lot of docs. - Hacker friendly. Work as quickly as possible. Navigate efficiently without your mouse. - Advanced. You invent software. An editor helps you focus on inventing, instead of fighting with your tools. - Extensible. Operating systems are designed for running applications. Enki is designed for running plugins. - Cross platform. Use your habitual editor on any OS. Tested on Linux and Windows. Users report that Enki works Mac OS X. - High quality. No long list of fancy features. But, what is done, is done well. - Open source. Created, tested, and designed for the community, by the community, and with the community.

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

Install enki on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

sudo yum -y install enki

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

sudo dnf -y install enki

How To Uninstall enki on CentOS 7

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

sudo dnf remove enki

References

Summary

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