How To Install emacs-epix on Fedora 36

In this tutorial we learn how to install emacs-epix in Fedora 36. emacs-epix is Compiled elisp files to run epix under GNU Emacs

Introduction

In this tutorial we learn how to install emacs-epix on Fedora 36.

What is emacs-epix

This package contains the byte compiled elisp packages to run epix with GNU Emacs.

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

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

sudo dnf -y install emacs-epix

Install emacs-epix 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 emacs-epix using yum by running the following command:

sudo yum -y install emacs-epix

How To Uninstall emacs-epix on Fedora 36

To uninstall only the emacs-epix package we can use the following command:

sudo dnf remove emacs-epix

emacs-epix Package Contents on Fedora 36

/usr/share/doc/emacs-epix
/usr/share/doc/emacs-epix/POST-INSTALL
/usr/share/doc/emacs-epix/README
/usr/share/emacs/site-lisp/epix
/usr/share/emacs/site-lisp/site-start.d/epix.el
/usr/share/licenses/emacs-epix
/usr/share/licenses/emacs-epix/COPYING

References

Summary

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