How To Install emacs-vregs-mode on Fedora 36
Introduction
In this tutorial we learn how to install emacs-vregs-mode
on Fedora 36.
What is emacs-vregs-mode
This package provides emacs support for systemc-vregs
We can use yum
or dnf
to install emacs-vregs-mode
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install emacs-vregs-mode.
Install emacs-vregs-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-vregs-mode
using dnf
by running the following command:
sudo dnf -y install emacs-vregs-mode
Install emacs-vregs-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-vregs-mode
using yum
by running the following command:
sudo yum -y install emacs-vregs-mode
How To Uninstall emacs-vregs-mode on Fedora 36
To uninstall only the emacs-vregs-mode
package we can use the following command:
sudo dnf remove emacs-vregs-mode
emacs-vregs-mode Package Contents on Fedora 36
/usr/share/emacs/site-lisp/vregs-mode.el
/usr/share/emacs/site-lisp/vregs-mode.elc
/usr/share/licenses/emacs-vregs-mode
/usr/share/licenses/emacs-vregs-mode/COPYING
References
Summary
In this tutorial we learn how to install emacs-vregs-mode
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).