How To Install emacs-f on Fedora 36
Introduction
In this tutorial we learn how to install emacs-f
on Fedora 36.
What is emacs-f
f.el is a modern API for working with files and directories in Emacs.
We can use yum
or dnf
to install emacs-f
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install emacs-f.
Install emacs-f 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-f
using dnf
by running the following command:
sudo dnf -y install emacs-f
Install emacs-f 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-f
using yum
by running the following command:
sudo yum -y install emacs-f
How To Uninstall emacs-f on Fedora 36
To uninstall only the emacs-f
package we can use the following command:
sudo dnf remove emacs-f
emacs-f Package Contents on Fedora 36
/usr/share/doc/emacs-f
/usr/share/doc/emacs-f/CHANGELOG.md
/usr/share/doc/emacs-f/README.md
/usr/share/emacs/site-lisp/f
/usr/share/emacs/site-lisp/f/f.el
/usr/share/emacs/site-lisp/f/f.elc
References
Summary
In this tutorial we learn how to install emacs-f
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).