How To Install zile on Fedora 36
Introduction
In this tutorial we learn how to install zile
on Fedora 36.
What is zile
Zile is a small Emacs clone. Zile is a customizable, self-documenting real-time open-source display editor. Zile was written to be as similar as possible to Emacs; every Emacs user should feel at home.
We can use yum
or dnf
to install zile
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zile.
Install zile 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 zile
using dnf
by running the following command:
sudo dnf -y install zile
Install zile 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 zile
using yum
by running the following command:
sudo yum -y install zile
How To Uninstall zile on Fedora 36
To uninstall only the zile
package we can use the following command:
sudo dnf remove zile
zile Package Contents on Fedora 36
/usr/bin/zile
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/443991ca27bb9a42cdb1dd6c1f12cfaee1d2fc
/usr/share/doc/zile
/usr/share/doc/zile/AUTHORS
/usr/share/doc/zile/ChangeLog
/usr/share/doc/zile/FAQ
/usr/share/doc/zile/NEWS
/usr/share/doc/zile/README
/usr/share/doc/zile/THANKS
/usr/share/doc/zile/dotzile.sample
/usr/share/licenses/zile
/usr/share/licenses/zile/COPYING
/usr/share/man/man1/zile.1.gz
References
Summary
In this tutorial we learn how to install zile
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).