How To Install emacs-epl on Fedora 36

In this tutorial we learn how to install emacs-epl in Fedora 36. emacs-epl is Emacs Package Library

Introduction

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

What is emacs-epl

Emacs Package Library.

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

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

sudo dnf -y install emacs-epl

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

sudo yum -y install emacs-epl

How To Uninstall emacs-epl on Fedora 36

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

sudo dnf remove emacs-epl

emacs-epl Package Contents on Fedora 36

/usr/share/doc/emacs-epl
/usr/share/doc/emacs-epl/README.md
/usr/share/emacs/site-lisp/epl
/usr/share/emacs/site-lisp/epl/epl.el
/usr/share/emacs/site-lisp/epl/epl.elc
/usr/share/licenses/emacs-epl
/usr/share/licenses/emacs-epl/COPYING

References

Summary

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