How To Install texlive-mflua on Fedora 36
Introduction
In this tutorial we learn how to install texlive-mflua
on Fedora 36.
What is texlive-mflua
A METAFONT compliant program with a Lua interpreter embedded.
We can use yum
or dnf
to install texlive-mflua
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mflua.
Install texlive-mflua 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 texlive-mflua
using dnf
by running the following command:
sudo dnf -y install texlive-mflua
Install texlive-mflua 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 texlive-mflua
using yum
by running the following command:
sudo yum -y install texlive-mflua
How To Uninstall texlive-mflua on Fedora 36
To uninstall only the texlive-mflua
package we can use the following command:
sudo dnf remove texlive-mflua
texlive-mflua Package Contents on Fedora 36
/usr/bin/mflua
/usr/bin/mflua-nowin
/usr/bin/mfluajit
/usr/bin/mfluajit-nowin
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/f577ab8363ad94598336669a9019f5e98fc425
/usr/lib/.build-id/af
/usr/lib/.build-id/af/742ba475e9e60617d1b5c511991dc1f1fe527a
/usr/share/licenses/texlive-mflua
/usr/share/licenses/texlive-mflua/gpl2.txt
/usr/share/texlive/fmtutil.cnf.d/mflua
/usr/share/texlive/texmf-dist/scripts/mflua
/usr/share/texlive/texmf-dist/scripts/mflua/end_program.lua
/usr/share/texlive/texmf-dist/scripts/mflua/mflua.lua
/usr/share/texlive/texmf-dist/scripts/mflua/mflua_svg_backend.lua
/usr/share/texlive/texmf-dist/scripts/mflua/mflua_ttx_backend.lua
References
Summary
In this tutorial we learn how to install texlive-mflua
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).