How to Install and Uninstall emacs-deferred.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "emacs-deferred.noarch" package

This tutorial shows how to install emacs-deferred.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install emacs-deferred.noarch

2. Uninstall "emacs-deferred.noarch" package

This is a short guide on how to uninstall emacs-deferred.noarch on Fedora 34:

$ sudo dnf remove emacs-deferred.noarch $ sudo dnf autoremove

3. Information about the emacs-deferred.noarch package on Fedora 34

Last metadata expiration check: 2:10:00 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : emacs-deferred
Version : 0.5.1
Release : 2.fc34
Architecture : noarch
Size : 38 k
Source : emacs-deferred-0.5.1-2.fc34.src.rpm
Repository : fedora
Summary : Simple asynchronous functions for Emacs Lisp
URL : https://github.com/kiwanami/emacs-deferred/
License : GPLv3+
Description : 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: pseud-thread, generator, semaphore,
: dataflow variables and event management.