How To Install libreoffice-math on Rocky Linux 8
Introduction
In this tutorial we learn how to install libreoffice-math
on Rocky Linux 8.
What is libreoffice-math
The LibreOffice Equation Editor Application.
We can use yum
or dnf
to install libreoffice-math
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libreoffice-math.
Install libreoffice-math on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libreoffice-math
using dnf
by running the following command:
sudo dnf -y install libreoffice-math
Install libreoffice-math on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libreoffice-math
using yum
by running the following command:
sudo yum -y install libreoffice-math
How To Uninstall libreoffice-math on Rocky Linux 8
To uninstall only the libreoffice-math
package we can use the following command:
sudo dnf remove libreoffice-math
libreoffice-math Package Contents on Rocky Linux 8
/usr/bin/oomath
/usr/lib64/libreoffice/program/smath
/usr/share/applications/libreoffice-math.desktop
/usr/share/man/man1/oomath.1.gz
References
Summary
In this tutorial we learn how to install libreoffice-math
on Rocky Linux 8 using yum and dnf.