How To Install emacs-async on Fedora 36

In this tutorial we learn how to install emacs-async in Fedora 36. emacs-async is Asynchronous processing in Emacs

Introduction

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

What is emacs-async

emacs-async is a module for doing asynchronous processing in Emacs.

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

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

sudo dnf -y install emacs-async

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

sudo yum -y install emacs-async

How To Uninstall emacs-async on Fedora 36

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

sudo dnf remove emacs-async

emacs-async Package Contents on Fedora 36

/usr/share/doc/emacs-async
/usr/share/doc/emacs-async/README.md
/usr/share/emacs/site-lisp/async
/usr/share/emacs/site-lisp/async/async-autoloads.el
/usr/share/emacs/site-lisp/async/async-bytecomp.el
/usr/share/emacs/site-lisp/async/async-bytecomp.elc
/usr/share/emacs/site-lisp/async/async-pkg.el
/usr/share/emacs/site-lisp/async/async-test.el
/usr/share/emacs/site-lisp/async/async.el
/usr/share/emacs/site-lisp/async/async.elc
/usr/share/emacs/site-lisp/async/dired-async.el
/usr/share/emacs/site-lisp/async/dired-async.elc
/usr/share/emacs/site-lisp/async/smtpmail-async.el
/usr/share/emacs/site-lisp/async/smtpmail-async.elc

References

Summary

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