How To Install emacs-irsim-mode on Fedora 36
Introduction
In this tutorial we learn how to install emacs-irsim-mode
on Fedora 36.
What is emacs-irsim-mode
IRSIM is a switch-level simulator for digital logic circuits. This is an Emacs mode for editing IRSIM netlists. It provides syntax highlighting and an extremely pleasant method if indentation.
We can use yum
or dnf
to install emacs-irsim-mode
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install emacs-irsim-mode.
Install emacs-irsim-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-irsim-mode
using dnf
by running the following command:
sudo dnf -y install emacs-irsim-mode
Install emacs-irsim-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-irsim-mode
using yum
by running the following command:
sudo yum -y install emacs-irsim-mode
How To Uninstall emacs-irsim-mode on Fedora 36
To uninstall only the emacs-irsim-mode
package we can use the following command:
sudo dnf remove emacs-irsim-mode
emacs-irsim-mode Package Contents on Fedora 36
/usr/share/emacs/site-lisp/irsim-mode
/usr/share/emacs/site-lisp/irsim-mode/irsim-mode.elc
/usr/share/emacs/site-lisp/site-start.d
/usr/share/emacs/site-lisp/site-start.d/irsim-mode-init.el
References
Summary
In this tutorial we learn how to install emacs-irsim-mode
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).