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