How To Install lasem-render on Fedora 36
Introduction
In this tutorial we learn how to install lasem-render on Fedora 36.
What is lasem-render
Simple application, which is able to convert a Mathml, a latex math or a SVG file to either a PNG, PDF or SVG image.
We can use yum or dnf to install lasem-render on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lasem-render.
Install lasem-render 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 lasem-render using dnf by running the following command:
sudo dnf -y install lasem-render
Install lasem-render 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 lasem-render using yum by running the following command:
sudo yum -y install lasem-render
How To Uninstall lasem-render on Fedora 36
To uninstall only the lasem-render package we can use the following command:
sudo dnf remove lasem-render
lasem-render Package Contents on Fedora 36
/usr/bin/lasem-render-0.4
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/ddf9e4d011c6e4f10895c8fcd50962213adfa8
/usr/share/man/man1/lasem-render-0.4.1.gz
References
Summary
In this tutorial we learn how to install lasem-render on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).