How To Install equalx on Fedora 36
Introduction
In this tutorial we learn how to install equalx
on Fedora 36.
What is equalx
EqualX is an application that helps you to write equations in LaTeX and to preview them in real-time.
We can use yum
or dnf
to install equalx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install equalx.
Install equalx 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 equalx
using dnf
by running the following command:
sudo dnf -y install equalx
Install equalx 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 equalx
using yum
by running the following command:
sudo yum -y install equalx
How To Uninstall equalx on Fedora 36
To uninstall only the equalx
package we can use the following command:
sudo dnf remove equalx
equalx Package Contents on Fedora 36
/usr/bin/equalx
/usr/lib/.build-id
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/9f720c6d7fd75115077c703e9138edf8054b21
/usr/share/applications/equalx.desktop
/usr/share/doc/equalx
/usr/share/doc/equalx/LICENSE
/usr/share/doc/equalx/THANKS
/usr/share/doc/equalx/changelog
/usr/share/man/man1/equalx.1.gz
/usr/share/pixmaps/equalx.svg
References
Summary
In this tutorial we learn how to install equalx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).