How To Install emacs-dash on Fedora 36

In this tutorial we learn how to install emacs-dash in Fedora 36. emacs-dash is A modern list library for Emacs

Introduction

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

What is emacs-dash

A modern list library for Emacs.

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

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

sudo dnf -y install emacs-dash

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

sudo yum -y install emacs-dash

How To Uninstall emacs-dash on Fedora 36

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

sudo dnf remove emacs-dash

emacs-dash Package Contents on Fedora 36

/usr/share/doc/emacs-dash
/usr/share/doc/emacs-dash/README.md
/usr/share/emacs/site-lisp/dash
/usr/share/emacs/site-lisp/dash/dash.el
/usr/share/emacs/site-lisp/dash/dash.elc
/usr/share/emacs/site-lisp/site-start.d/dash-init.el
/usr/share/licenses/emacs-dash
/usr/share/licenses/emacs-dash/LICENSE

References

Summary

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