How To Install emacs-spice-mode on Fedora 36

In this tutorial we learn how to install emacs-spice-mode in Fedora 36. emacs-spice-mode is SPICE Mode for GNU Emacs

Introduction

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

What is emacs-spice-mode

This package provides an Emacs major mode for editing SPICE decks.

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

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

sudo dnf -y install emacs-spice-mode

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

sudo yum -y install emacs-spice-mode

How To Uninstall emacs-spice-mode on Fedora 36

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

sudo dnf remove emacs-spice-mode

emacs-spice-mode Package Contents on Fedora 36

/usr/share/doc/emacs-spice-mode
/usr/share/doc/emacs-spice-mode/AUTHORS
/usr/share/doc/emacs-spice-mode/BUGS
/usr/share/doc/emacs-spice-mode/Changes
/usr/share/doc/emacs-spice-mode/README
/usr/share/doc/emacs-spice-mode/test_netlist.cir
/usr/share/emacs/site-lisp/site-start.d
/usr/share/emacs/site-lisp/site-start.d/spice-mode-init.el
/usr/share/emacs/site-lisp/spice-mode
/usr/share/emacs/site-lisp/spice-mode/spice-mode.elc
/usr/share/licenses/emacs-spice-mode
/usr/share/licenses/emacs-spice-mode/COPYING

References

Summary

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