How To Install emacs-deferred on Fedora 36
Introduction
In this tutorial we learn how to install emacs-deferred on Fedora 36.
What is emacs-deferred
deferred.el provides facilities to manage asynchronous tasks. concurrent.el is a higher level library for asynchronous tasks, based on deferred.el. It is inspired by libraries of other environments and concurrent programming models. It has following facilities dataflow variables and event management.
We can use yum or dnf to install emacs-deferred on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install emacs-deferred.
Install emacs-deferred 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-deferred using dnf by running the following command:
sudo dnf -y install emacs-deferred
Install emacs-deferred 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-deferred using yum by running the following command:
sudo yum -y install emacs-deferred
How To Uninstall emacs-deferred on Fedora 36
To uninstall only the emacs-deferred package we can use the following command:
sudo dnf remove emacs-deferred
emacs-deferred Package Contents on Fedora 36
/usr/share/doc/emacs-deferred
/usr/share/doc/emacs-deferred/README-concurrent.markdown
/usr/share/doc/emacs-deferred/README.markdown
/usr/share/emacs/site-lisp/deferred
/usr/share/emacs/site-lisp/deferred/concurrent.el
/usr/share/emacs/site-lisp/deferred/concurrent.elc
/usr/share/emacs/site-lisp/deferred/deferred.el
/usr/share/emacs/site-lisp/deferred/deferred.elc
References
Summary
In this tutorial we learn how to install emacs-deferred on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).