How To Install emacs-epc on Fedora 36

In this tutorial we learn how to install emacs-epc in Fedora 36. emacs-epc is A RPC stack for Emacs Lisp

Introduction

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

What is emacs-epc

This program is an asynchronous RPC stack for Emacs. Using this RPC stack, the Emacs can communicate with the peer process smoothly. Because the protocol employs S-expression encoding and consists of asynchronous communications, the RPC response is fairly good.

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

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

sudo dnf -y install emacs-epc

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

sudo yum -y install emacs-epc

How To Uninstall emacs-epc on Fedora 36

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

sudo dnf remove emacs-epc

emacs-epc Package Contents on Fedora 36

/usr/share/doc/emacs-epc
/usr/share/doc/emacs-epc/readme.md
/usr/share/emacs/site-lisp/epc
/usr/share/emacs/site-lisp/epc/epc.el
/usr/share/emacs/site-lisp/epc/epc.elc
/usr/share/emacs/site-lisp/epc/epcs.el
/usr/share/emacs/site-lisp/epc/epcs.elc

References

Summary

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