How To Install mona-emacs on Fedora 36

In this tutorial we learn how to install mona-emacs in Fedora 36. mona-emacs is Emacs mode for editing Mona files

Introduction

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

What is mona-emacs

Emacs mode for editing Mona files.

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

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

sudo dnf -y install mona-emacs

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

sudo yum -y install mona-emacs

How To Uninstall mona-emacs on Fedora 36

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

sudo dnf remove mona-emacs

mona-emacs Package Contents on Fedora 36

/usr/share/emacs/site-lisp/mona
/usr/share/emacs/site-lisp/mona/mona-mode.el
/usr/share/emacs/site-lisp/mona/mona-mode.elc

References

Summary

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