How To Install texlive-xml2pmx on Fedora 36
Introduction
In this tutorial we learn how to install texlive-xml2pmx on Fedora 36.
What is texlive-xml2pmx
This program translates MusicXML files to input suitable for PMX and MusiXTeX processing. This package supports Windows, MacOS and Linux systems.
We can use yum or dnf to install texlive-xml2pmx on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xml2pmx.
Install texlive-xml2pmx 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-xml2pmx using dnf by running the following command:
sudo dnf -y install texlive-xml2pmx
Install texlive-xml2pmx 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-xml2pmx using yum by running the following command:
sudo yum -y install texlive-xml2pmx
How To Uninstall texlive-xml2pmx on Fedora 36
To uninstall only the texlive-xml2pmx package we can use the following command:
sudo dnf remove texlive-xml2pmx
texlive-xml2pmx Package Contents on Fedora 36
/usr/bin/xml2pmx
/usr/lib/.build-id
/usr/lib/.build-id/35/a83538e3eb61f8edd9a97b157f7d590ee4c5f7
/usr/share/licenses/texlive-xml2pmx
/usr/share/licenses/texlive-xml2pmx/gpl3.txt
/usr/share/man/man1/xml2pmx.1.gz
References
Summary
In this tutorial we learn how to install texlive-xml2pmx on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).