How To Install emacs-popup on Fedora 36
Introduction
In this tutorial we learn how to install emacs-popup
on Fedora 36.
What is emacs-popup
Emacs.popup.el is a visual popup user interface library for Emacs. This provides a basic API and common UI widgets such as popup tooltips and popup menus.
We can use yum
or dnf
to install emacs-popup
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install emacs-popup.
Install emacs-popup 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-popup
using dnf
by running the following command:
sudo dnf -y install emacs-popup
Install emacs-popup 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-popup
using yum
by running the following command:
sudo yum -y install emacs-popup
How To Uninstall emacs-popup on Fedora 36
To uninstall only the emacs-popup
package we can use the following command:
sudo dnf remove emacs-popup
emacs-popup Package Contents on Fedora 36
/usr/share/doc/emacs-popup
/usr/share/doc/emacs-popup/README.md
/usr/share/emacs/site-lisp/popup
/usr/share/emacs/site-lisp/popup/popup.el
/usr/share/emacs/site-lisp/popup/popup.elc
References
Summary
In this tutorial we learn how to install emacs-popup
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).