How To Install emacs-apel on Fedora 36

In this tutorial we learn how to install emacs-apel in Fedora 36. emacs-apel is A Portable Emacs Library

Introduction

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

What is emacs-apel

APEL (A Portable Emacs Library) is a library to support to write portable Emacs Lisp programs.

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

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

sudo dnf -y install emacs-apel

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

sudo yum -y install emacs-apel

How To Uninstall emacs-apel on Fedora 36

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

sudo dnf remove emacs-apel

emacs-apel Package Contents on Fedora 36

/usr/share/doc/emacs-apel
/usr/share/doc/emacs-apel/ChangeLog
/usr/share/doc/emacs-apel/README.en
/usr/share/doc/emacs-apel/README.ja
/usr/share/emacs/site-lisp/apel
/usr/share/emacs/site-lisp/apel/alist.el
/usr/share/emacs/site-lisp/apel/alist.elc
/usr/share/emacs/site-lisp/apel/apel-ver.el
/usr/share/emacs/site-lisp/apel/apel-ver.elc
/usr/share/emacs/site-lisp/apel/atype.el
/usr/share/emacs/site-lisp/apel/atype.elc
/usr/share/emacs/site-lisp/apel/broken.el
/usr/share/emacs/site-lisp/apel/broken.elc
/usr/share/emacs/site-lisp/apel/calist.el
/usr/share/emacs/site-lisp/apel/calist.elc
/usr/share/emacs/site-lisp/apel/emu.el
/usr/share/emacs/site-lisp/apel/emu.elc
/usr/share/emacs/site-lisp/apel/file-detect.el
/usr/share/emacs/site-lisp/apel/file-detect.elc
/usr/share/emacs/site-lisp/apel/filename.el
/usr/share/emacs/site-lisp/apel/filename.elc
/usr/share/emacs/site-lisp/apel/install.el
/usr/share/emacs/site-lisp/apel/install.elc
/usr/share/emacs/site-lisp/apel/inv-23.el
/usr/share/emacs/site-lisp/apel/inv-23.elc
/usr/share/emacs/site-lisp/apel/invisible.el
/usr/share/emacs/site-lisp/apel/invisible.elc
/usr/share/emacs/site-lisp/apel/mcharset.el
/usr/share/emacs/site-lisp/apel/mcharset.elc
/usr/share/emacs/site-lisp/apel/mcs-20.el
/usr/share/emacs/site-lisp/apel/mcs-20.elc
/usr/share/emacs/site-lisp/apel/mcs-e20.el
/usr/share/emacs/site-lisp/apel/mcs-e20.elc
/usr/share/emacs/site-lisp/apel/mule-caesar.el
/usr/share/emacs/site-lisp/apel/mule-caesar.elc
/usr/share/emacs/site-lisp/apel/path-util.el
/usr/share/emacs/site-lisp/apel/path-util.elc
/usr/share/emacs/site-lisp/apel/pccl-20.el
/usr/share/emacs/site-lisp/apel/pccl-20.elc
/usr/share/emacs/site-lisp/apel/pccl.el
/usr/share/emacs/site-lisp/apel/pccl.elc
/usr/share/emacs/site-lisp/apel/pces-20.el
/usr/share/emacs/site-lisp/apel/pces-20.elc
/usr/share/emacs/site-lisp/apel/pces-e20.el
/usr/share/emacs/site-lisp/apel/pces-e20.elc
/usr/share/emacs/site-lisp/apel/pces.el
/usr/share/emacs/site-lisp/apel/pces.elc
/usr/share/emacs/site-lisp/apel/pcustom.el
/usr/share/emacs/site-lisp/apel/pcustom.elc
/usr/share/emacs/site-lisp/apel/poe.el
/usr/share/emacs/site-lisp/apel/poe.elc
/usr/share/emacs/site-lisp/apel/poem-e20.el
/usr/share/emacs/site-lisp/apel/poem-e20.elc
/usr/share/emacs/site-lisp/apel/poem-e20_3.el
/usr/share/emacs/site-lisp/apel/poem-e20_3.elc
/usr/share/emacs/site-lisp/apel/poem.el
/usr/share/emacs/site-lisp/apel/poem.elc
/usr/share/emacs/site-lisp/apel/product.el
/usr/share/emacs/site-lisp/apel/product.elc
/usr/share/emacs/site-lisp/apel/pym.el
/usr/share/emacs/site-lisp/apel/pym.elc
/usr/share/emacs/site-lisp/apel/richtext.el
/usr/share/emacs/site-lisp/apel/richtext.elc
/usr/share/emacs/site-lisp/apel/static.el
/usr/share/emacs/site-lisp/apel/static.elc

References

Summary

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