How To Install emacs-cython-mode on Fedora 36

In this tutorial we learn how to install emacs-cython-mode in Fedora 36. emacs-cython-mode is A major mode for editing Cython source files in Emacs

Introduction

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

What is emacs-cython-mode

cython-mode is an Emacs major mode for editing Cython source files.

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

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

sudo dnf -y install emacs-cython-mode

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

sudo yum -y install emacs-cython-mode

How To Uninstall emacs-cython-mode on Fedora 36

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

sudo dnf remove emacs-cython-mode

emacs-cython-mode Package Contents on Fedora 36

/usr/share/emacs/site-lisp/cython-mode.el
/usr/share/emacs/site-lisp/cython-mode.elc
/usr/share/emacs/site-lisp/site-start.d/cython-mode-init.el
/usr/share/emacs/site-lisp/site-start.d/cython-mode-init.elc
/usr/share/licenses/emacs-cython-mode
/usr/share/licenses/emacs-cython-mode/LICENSE.txt

References

Summary

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