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