How To Install emacs-ess-doc on Fedora 36

In this tutorial we learn how to install emacs-ess-doc in Fedora 36. emacs-ess-doc is Documentation of Emacs Speaks Statistics

Introduction

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

What is emacs-ess-doc

This package contains the documentation of Emacs Speaks Statistics.

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

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

sudo dnf -y install emacs-ess-doc

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

sudo yum -y install emacs-ess-doc

How To Uninstall emacs-ess-doc on Fedora 36

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

sudo dnf remove emacs-ess-doc

emacs-ess-doc Package Contents on Fedora 36

/usr/share/doc/emacs-ess-doc
/usr/share/doc/emacs-ess-doc/README
/usr/share/doc/emacs-ess-doc/VERSION
/usr/share/doc/emacs-ess-doc/atouchofstyle.css
/usr/share/doc/emacs-ess-doc/ess.html
/usr/share/doc/emacs-ess-doc/ess.pdf
/usr/share/doc/emacs-ess-doc/html
/usr/share/doc/emacs-ess-doc/html/ess.html
/usr/share/doc/emacs-ess-doc/html/news.html
/usr/share/doc/emacs-ess-doc/html/readme.html
/usr/share/doc/emacs-ess-doc/news.html
/usr/share/doc/emacs-ess-doc/readme.html
/usr/share/doc/emacs-ess-doc/readme.pdf
/usr/share/doc/emacs-ess-doc/refcard.pdf
/usr/share/licenses/emacs-ess-doc
/usr/share/licenses/emacs-ess-doc/COPYING

References

Summary

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